Visible property (TAnnMenu)
Builder Syntax |
bool Visible |
Delphi Syntax |
Visible: Boolean |
Overview |
Refer to Annotation Toolbar |
Remarks
(Document/Medical only) Contains a value that indicates whether the toolbar is visible or not. This is the only property that can be set before calling the CreateTB method. Possible values are:
Value |
Meaning |
True |
The toolbar is visible. |
False |
The toolbar is not visible. |
See Also