TdxBarApplicationMenuExtraPane.Visible Property
In This Article
Specifies whether the pane is visible.
#Declaration
Delphi
property Visible: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
Set the Visible property to True, to display the pane. Otherwise, it will be hidden.
The default value of the Visible property is True.
See Also