Back to Devexpress

SkinManager Methods

windowsforms-devexpress-dot-skins-dot-skinmanager-dot-underscore-methods.md

latest7.5 KB
Original Source

SkinManager Methods

Manages skins for DevExpress controls.

NameDescription
DisableFormSkins() staticDisables the title bar skinning feature for DevExpress forms and message boxes.
DisableMdiFormSkins() staticDisables the title bar skinning feature for MDI child DevExpress forms.
EnableFormSkins() staticEnables the title bar skinning feature for DevExpress forms and message boxes.
EnableFormSkinsIfNotVista() staticEnables the title bar skinning feature for DevExpress forms and message boxes, if the application is running under Microsoft Windows XP.
EnableMdiFormSkins() staticEnables the title bar skinning feature for MDI child DevExpress forms.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetRuntimeSkins()Returns a list of the currently available skins.
GetSkin(SkinProductId, ISkinProvider)This method supports the internal infrastructure and is not intended to be used directly from your code.
GetSkin(Object, ISkinProvider)This method supports the internal infrastructure and is not intended to be used directly from your code.
GetSkin(Object, String)This method supports the internal infrastructure and is not intended to be used directly from your code.
GetSkin(Object)This method supports the internal infrastructure and is not intended to be used directly from your code.
GetSkinElement(SkinProductId, ISkinProvider, String) staticReturns a skin element with the specified name of a control in the specified product displayed using the specified skin provider.
GetType()Gets the Type of the current instance. Inherited from Object.
GetValidSkinName(String)This method returns the specified skin name, if it’s valid. If the skin name is invalid, the default skin’s name is returned.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
RegisterAssembly(Assembly)Registers the specified assembly that contains custom skins. Registered skins cannot be applied to splash screens; use the WindowsFormsSettings.RegisterUserSkins(Assembly) method instead.
RegisterSkin(SkinCreator)Registers the specified skin stored as a BLOB for runtime use. The registered skin cannot be applied to splash screens; use the WindowsFormsSettings.RegisterUserSkin(SkinBlobXmlCreator) method instead.
RegisterSkinAssembly(Assembly)Obsolete. Registers the specified assembly that contains custom skins.
RegisterSkinPatch(Stream, Boolean)Loads a skin patch from the stream. Patches loaded by this method overload are not applied to Splash Screens, use other overloads instead.
RegisterSkinPatch(Assembly, String, Boolean)Loads a skin patch embedded as a resource in a custom assembly.
RegisterSkinPatch(String, Boolean)Loads a skin patch from the local storage file.
RegisterSkins(Assembly)This method supports the internal infrastructure and is not intended to be used directly from your code.
ResetSkin(SkinStyle)Call this method to undo all patches applied to the target skin.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

SkinManager Class

SkinManager Members

DevExpress.Skins Namespace