Skip to content

SkinFramework Control Members

See Also

SkinFramework Overview | ApplyWindow Method | EnableThemeDialogTexture Method | LoadSkin Method | ApplyOptions Property | SkinFrameworkApplyOptions Enumeration

See Also


SkinFramework Control Members

Public Methods

Method Description
Public Method AboutBox Displays a message box that displays the current version of the Skin Framework control.
Public Method AddWindowClass Maps one window class name to another when nonstandard class names are used for window classes in some non-standard development environments.
Public Method ApplyWindow Tells the SkinFramework which window's appearance will be skinned.
Public Method CreateSchema Creates a SkinSchema resource to be used by the SetWindowTheme method for setting the theme/skin of individual objects (buttons, frame, checkbox, etc.).
Public Method EnableThemeDialogTexture Enables/disables dialog background theme.
Public Method EnumerateSkinDirectory Enumerates a directory looking for skin files.
Public Method EnumerateSkinFile Enumerates through all of the skins contained within a single skin file.
Public Method ExcludeModule Removes a module/dll from getting "hooked" by the SkinFramework. This will cause objects from this module not to be skinned.
Public Method 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.
Public Method LoadSkin Loads a skin from a .cjstyles or .msstyles file.
Public Method RemoveAllWindows Removes all hooks.
Public Method RemoveWindow Removes hook for the specified window.
Public Method RemoveWindowClass Specifies that a specific window class should not be skinned. For example, you might not want buttons skinned in your application.
Public Method 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
Public Property ApplyOptions Get/set which parts of the application the skin will be applied.
Public Property AutoApplyNewThreads Specifies whether to automatically skin all threads.
Public Property 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.