ImageGear Professional v18.2 > API Reference Guide > ART Component API Reference > ART Component Objects > IGArtCtl Control > IGArtCtl Methods > ToolBarIsButtonEnabled Method |
Determines if a ToolBar button is enabled.
ToolBarIsButtonEnabled(ButtonID As Long) As Boolean
Name | Description |
---|---|
ButtonID | The button to check - an enumIGArtMarkType Enumeration value. |
True means the button is enabled. False means the button is disabled.
N/A
None