Skip to main content
A newer version of this page is available. .

SkinManager Members

Manages skins for DevExpress controls.

Constructors

Name Description
SkinManager() Initializes a new instance of the SkinManager class.

Fields

Name Description
DefaultSkinName static Gets the name of the default skin, which is used by controls by default.
InvalidPoint static This member supports the internal infrastructure, and is not intended to be used directly from your code.

Properties

Name Description
AllowArrowDragIndicators static Gets or sets whether dragging-and-dropping columns/fields is indicated using arrow indicators.
AllowCopyScaledInfoFromTemplate static This member supports the internal infrastructure, and is not intended to be used directly from your code.
AllowFormSkins static Gets whether the form title bar skinning feature is enabled.
AllowMdiFormSkins static Gets whether the form title bar skinning feature is enabled for MDI child windows.
AllowWindowGhosting static Gets or sets whether the window ghosting feature is enabled for skinned XtraForm objects.
CurrentPaintControl static This member supports the internal infrastructure, and is not intended to be used directly from your code.
Default static Provides access to the default skin manager.
HitElements static This member supports the internal infrastructure, and is not intended to be used directly from your code.
HitPoint static This member supports the internal infrastructure, and is not intended to be used directly from your code.
IsSkinHitTestingEnabled static This member supports the internal infrastructure, and is not intended to be used directly from your code.
OpenedInSkinEditor static Gets or sets whether the current SkinManager is opened in the Skin Editor.
Skins Gets the collection of skins that are currently available for use in DevExpress controls.

Methods

Name Description
ApplyOfficeColorScheme(ISkinProvider) This member supports the internal infrastructure, and is not intended to be used directly from your code.
DisableFormSkins() static Disables the title bar skinning feature for DevExpress forms and message boxes.
DisableMdiFormSkins() static Disables the title bar skinning feature for MDI child DevExpress forms.
DisableSkinHitTesting() static This member supports the internal infrastructure, and is not intended to be used directly from your code.
EnableFormSkins() static Enables the title bar skinning feature for DevExpress forms and message boxes.
EnableFormSkinsIfNotVista() static Enables the title bar skinning feature for DevExpress forms and message boxes, if the application is running under Microsoft Windows XP.
EnableMdiFormSkins() static Enables the title bar skinning feature for MDI child DevExpress forms.
EnableSkinHitTesting() static This member supports the internal infrastructure, and is not intended to be used directly from your code.
Equals(Object, Object) static Determines 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) static Returns 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() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
RegisterAssembly(Assembly) This method supports the internal infrastructure and is not intended to be used directly from your code.
RegisterBonusSkin(SkinCreator) This member supports the internal infrastructure, and is not intended to be used directly from your code.
RegisterSkin(SkinCreator) Registers the specified skin for runtime use. This method supports the internal infrastructure and is not intended to be used directly from your code.
RegisterSkin(Object, SkinBuilder, String) This member supports the internal infrastructure, and is not intended to be used directly from your code.
RegisterSkin(Object, SkinBuilder) This method supports the internal infrastructure and is not intended to be used directly from your code.
RegisterSkinAssembly(Assembly) Obsolete. This method supports the internal infrastructure and is not intended to be used directly from your code.
RegisterSkins(Assembly) This method supports the internal infrastructure and is not intended to be used directly from your code.
SetDPIAware() static Sets the current process as dots per inch (dpi) aware.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also