Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxRibbonSkinSelector.CreateSkinSelector(TdxBar,string) Method

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 TdxBar

The parent toolbar instance.

ASkinResFileName 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
TdxRibbonSkinSelector

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