ButtonVisible property (ILEADRasterAnnToolBar)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

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

Elements

AnnGetFillModeExt method, AnnSetFillModeExt method, AnnFillMode property, AnnAlpha property, AnnSetOptions method, AnnGetOptions method, AnnSetTextOptions method, AnnGetTextOptions method, AnnShowText property, AnnShowBorder property, AnnTextColor property, AnnAutoSnapCursor property, AnnTextEdit method, AnnShowRotateHandles property, AnnGetRotateOptions method, AnnSetRotateOptions method, AnnCalibrateRuler method, 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, ParenthWnd property, Tool property, Visible property

Topics

Annotations (Document/Medical only): Automation