TdxCustomLayoutControl.UseGlobalSkin Property
Specifies if the Layout control automatically updates appearance from the skin and palette defined application-wide.
Declaration
property UseGlobalSkin: TdxDefaultBoolean read; write; default bDefault;
Property Value
| Type | Default | Description |
|---|---|---|
| TdxDefaultBoolean | bDefault |
|
Remarks
Set the UseGlobalSkin property to bTrue or bFalse to explicitly enable or disable Layout control synchronization with global skin and palette settings.
Default Value
The UseGlobalSkin property’s default value is bDefault.
The default UseGlobalSkin property value indicates that the TdxCustomLayoutControl.DefaultUseGlobalSkin class property specifies if the Layout control automatically imports skin and palette settings defined application-wide.