TdxRibbonSkinSelectorCustomInMenuSkinOptions.SearchBoxVisible Property
In This Article
Specifies if the skin chooser gallery displays a search box in a drop-down menu.
#Declaration
Delphi
property SearchBoxVisible: Boolean read; write; default True;
#Property Value
Type | Default | Description |
---|---|---|
Boolean | True |
|
#Remarks
The skin chooser gallery in a drop-down menu can display a search box that allows users to filter out skins whose names do not include the current input.
#Default Value
The SearchBoxVisible
property’s default value is True
.
See Also