TdxSkinChooserGalleryGroupItem.ApplyToLookAndFeel(TcxLookAndFeel) Method
Applies a skin associated with the gallery item to a specified look and feel setting.
Declaration
procedure ApplyToLookAndFeel(ALookAndFeel: TcxLookAndFeel);
Parameters
Name | Type | Description |
---|---|---|
ALookAndFeel | TcxLookAndFeel | The target look & feel settings. |
Remarks
Call this method to respond to clicks on the gallery item (that is, changes to the gallery’s SelectedSkinName property).
See Also