ButtonVisible property (ILEADRasterAnnToolBar)
VARIANT_BOOL ButtonVisible (short iButtonIndex); | |
Overview |
Refer to Annotation Toolbar. |
Remarks
Contains a value that indicates whether the specified button is visible. This can be set to hide specific buttons on the toolbar.
If a button is hidden on the annotation toolbar, the remaining buttons are rearranged to take up the space left by the hidden button.
Possible values are:
Value |
Meaning |
VARIANT_TRUE |
The specified button is visible. |
VARIANT_FALSE |
The specified button is invisible. |
For example, if ButtonVisible(2) is set to VARIANT_FALSE, the button at the position (iButtonIndex = 2) of in the annotation toolbar will be hidden and the remaining buttons will be rearranged to take up the space left by the hidden button.
See Also