ButtonVisible property (Main Control)
Visual
Basic example
Visual
C++ 4.0 example
Syntax 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 |
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
Elements: AutoSetTool property, ButtonBitmapDown property, ButtonBitmapDown property, ButtonColumns property,ButtonCount property, ButtonMenuText property, ButtonMenuTextID property, ButtonMenuTool property, ButtonRows property, ButtonTool property, ButtonToolCount property, ButtonToolTipText property, ButtonToolTipTextID property, Create method, hWnd property, Tool property, Visible property