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