TdxLayoutCxLookAndFeel.IsSkinPainterUsed Method
Determines whether the current look & feel style applies a skin.
Declaration
function IsSkinPainterUsed: Boolean; override;
Returns
Type |
---|
Boolean |
Remarks
The IsSkinPainterUsed
property returns True
if the current look & feel is assigned a skin through the LookAndFeel.SkinName property. Otherwise, False
.
See Also