ButtonVisible property (TAnnMenu)

C++ Builder example

Delphi example

 

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

Elements

AutoSetTool property, ButtonBitmapDown property, ButtonBitmapUp property, ButtonColumns property,ButtonCount property, ButtonMenuText property, ButtonMenuTextID property, ButtonMenuTool property, ButtonRows property, ButtonTool property, ButtonToolCount property, ButtonToolTipText property, ButtonToolTipTextID property, CreateTB method, h_Wnd property, Tool property, Visible property

Topics

Annotations (Document/Medical only): Automation