TdxRibbonSkinSelector.CreateSkinSelector(TdxBar,string) Method
In This Article
Creates a Ribbon Skin Selector for the specified toolbar.
#Declaration
Delphi
class function CreateSkinSelector(ABar: TdxBar; const ASkinResFileName: string = ''): TdxRibbonSkinSelector;
#Parameters
Name | Type | Description |
---|---|---|
ABar | Tdx |
The parent toolbar instance. |
ASkin |
string | Optional. The name of the resource with skins. If you omit this parameter, the newly created Ribbon Skin Selector loads skins from application resources. |
#Returns
Type | Description |
---|---|
Tdx |
The created Ribbon Skin Selector instance. |
#Remarks
Call the CreateSkinSelector
class function and pass the target toolbar instance as the ABar
parameter to create a Ribbon Skin Selector component in the toolbar.
See Also