DrawToolBarButtonEventArgsState Property |
Gets the state of the button.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public CustomDrawState State { get; }
Public ReadOnly Property State As CustomDrawState
Get
public:
property CustomDrawState State {
CustomDrawState get ();
}
member State : CustomDrawState with get
Property Value
Type:
CustomDrawStateSee Also