ImageGear Professional v18.2 > API Reference Guide > ART Component API Reference > ART Component Objects > IGArtCtl Control > IGArtCtl Methods > ToolBarIsButtonChecked Method |
Determines the visual appearance of a ToolBar button.
ToolBarIsButtonChecked(ButtonID As Long) As Boolean
Name | Description |
---|---|
ButtonID | The button to check - an enumIGArtMarkType Enumeration value. |
True means the visual appearance is that of a "down" button. False means the visual appearance is that of an "up" button.
N/A
None