Visual Basic (Declaration) | |
---|---|
Public Property State As AutoHidePanelState |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AutoHidePanel Dim value As AutoHidePanelState instance.State = value value = instance.State |
C# | |
---|---|
public AutoHidePanelState State {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property AutoHidePanelState get_State(); public: __property void set_State( AutoHidePanelState value ); |
C++/CLI | |
---|---|
public: property AutoHidePanelState State { AutoHidePanelState get(); void set ( AutoHidePanelState value); } |
Property Value
A AutoHidePanelState value for the current state of the control.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7