SkinFrameworkApplyOptions Enumeration
Description
Flags that indicate which parts of the application will be skinned.
Members
| Member | Description |
|---|---|
| xtpSkinApplyMetrics | Applies the skin to the application's metrics. Metrics components include the frame caption font size, caption height, scroll bar width, and toolbar text font size. |
| xtpSkinApplyFrame | Applies the skin to the application's frame. Frame components include the window frame, child window frames, title bar background, maximize button, minimize button, and close button. |
| xtpSkinApplyColors | Applies the skin colors to the background color of forms and dialogs in the application. This will skin the background color of forms and dialogs. This will also apply color to caption text. |
| xtpSkinApplyMenus | Applies the skin colors for Popup Menus. |
Remarks
The ApplyOptions property uses one or more SkinFrameworkApplyOptions flags to specify which parts of the application will be skinned.
To completely skin an application, all three flags must be set.
By default, ApplyOptions is set to the xtpSkinApplyColors and xtpSkinApplyFrame flags. The xtpSkinApplyMetrics flag is not applied.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.