ButtonVisible property (TAnnMenu)
Builder Syntax |
bool ButtonVisible [int iButtonIndex] |
Delphi Syntax |
ButtonVisible [iButtonIndex: integer]: Boolean |
Overview |
Refer to Annotation Toolbar |
Remarks
(Document/Medical only) 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 |
True |
The specified button is visible. |
False |
The specified button is invisible. |
For example, if ButtonVisible [2] is set to False, the third button 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