TdxBarComponent.Visible Property
In This Article
Specifies the bar component’s visibility state in the parent bar manager at runtime.
#Declaration
Delphi
property Visible: TdxBarItemVisible read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
Options include:
Value | Description |
---|---|
iv |
The bar component is visible on a toolbar and in the Customization Form. |
iv |
The component is hidden on a toolbar and is not listed in the Customization Form. |
iv |
Only the Customization Form displays the component. |
iv |
The component is visible only on a toolbar. The Customization Form does not list the component. |
Note
The bar component is always visible at design time.
The Visible property’s default value is ivAlways.
See Also