SkinFramework Control Members
See Also
SkinFramework Overview | ApplyWindow Method | EnableThemeDialogTexture Method | LoadSkin Method | ApplyOptions Property | SkinFrameworkApplyOptions Enumeration

SkinFramework Control Members
Public Methods
| Method | Description |
|---|---|
AboutBox |
Displays a message box that displays the current version of the Skin Framework control. |
AddWindowClass |
Maps one window class name to another when nonstandard class names are used for window classes in some non-standard development environments. |
ApplyWindow |
Tells the SkinFramework which window's appearance will be skinned. |
CreateSchema |
Creates a SkinSchema resource to be used by the SetWindowTheme method for setting the theme/skin of individual objects (buttons, frame, checkbox, etc.). |
EnableThemeDialogTexture |
Enables/disables dialog background theme. |
EnumerateSkinDirectory |
Enumerates a directory looking for skin files. |
EnumerateSkinFile |
Enumerates through all of the skins contained within a single skin file. |
ExcludeModule |
Removes a module/dll from getting "hooked" by the SkinFramework. This will cause objects from this module not to be skinned. |
GetColor |
Used in C# and VB.NET if running on Windows 2000 to set the background color of dialogs because C# and VB.NET can't automatically use dialogs' background colors from SkinFramework while running in Windows 2000. |
LoadSkin |
Loads a skin from a .cjstyles or .msstyles file. |
RemoveAllWindows |
Removes all hooks. |
RemoveWindow |
Removes hook for the specified window. |
RemoveWindowClass |
Specifies that a specific window class should not be skinned. For example, you might not want buttons skinned in your application. |
SetWindowTheme |
Applies a SkinSchema skin resource object to an individual object. This allows objects on a single form to all use a different skin resource. |
Public Properties
| Property | Description |
|---|---|
ApplyOptions |
Get/set which parts of the application the skin will be applied. |
AutoApplyNewThreads |
Specifies whether to automatically skin all threads. |
AutoApplyNewWindows |
Specifies whether all new windows that are opened will automatically be skinned. |
See Also
SkinFramework Overview | ApplyWindow Method | EnableThemeDialogTexture Method | LoadSkin Method | ApplyOptions Property | SkinFrameworkApplyOptions Enumeration
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.