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

UserLookAndFeel Methods

Represents look and feel settings for controls provided by DevExpress.
Name Description
Assign(UserLookAndFeel) Copies properties of the specified UserLookAndFeel object to the current object.
DestroyDefaultLookAndFeel() static Explicitly disposes of theUserLookAndFeel object currently utilized.
Dispose() Releases all resources used by the current object.
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.
GetCompactScaleFactor() This member supports the internal infrastructure and is not intended to be used directly from your code.
GetCompactUI() This member supports the internal infrastructure and is not intended to be used directly from your code.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetMaskColor() Gets the actual value of the UserLookAndFeel.SkinMaskColor setting for the current UserLookAndFeel object.
GetMaskColor2() Gets the actual value of the UserLookAndFeel.SkinMaskColor2 setting for the current UserLookAndFeel object.
GetTouchScaleFactor() This member supports the internal infrastructure, and is not intended to be used directly from your code. Use the WindowsFormsSettings.TouchScaleFactor property instead.
GetTouchUI() This member supports the internal infrastructure, and is not intended to be used directly from your code. Use the WindowsFormsSettings.TouchUIMode property instead.
GetType() Gets the Type of the current instance. Inherited from Object.
IsEquals(UserLookAndFeel) Tests whether two objects have the same property values.
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.
Reset() Reverts the look and feel settings to their default values.
ResetParentLookAndFeel() Sets the UserLookAndFeel.ParentLookAndFeel property to its default value.
ResetSkinMaskColors() Sets the UserLookAndFeel.SkinMaskColor and UserLookAndFeel.SkinMaskColor2 properties to an empty color (System.Drawing.Color.Empty).
SetDefaultStyle() Applies the default look and feel settings to a control.
SetFlatStyle() Applies the Flat style to a control.
SetOffice2003Style() Applies the Office2003 style to a control.
SetSkinMaskColors(Color, Color) Sets the UserLookAndFeel.SkinMaskColor and UserLookAndFeel.SkinMaskColor2 properties to the specified values.
SetSkinStyle(SkinStyle) Applies the desired DevExpress skin to the application.
SetSkinStyle(SkinSvgPalette) Applies the specified skin and palette.
SetSkinStyle(String, TouchUIMode) Obsolete. This member supports the internal infrastructure, and is not intended to be used directly from your code.
SetSkinStyle(String, Boolean) Obsolete. This member supports the internal infrastructure, and is not intended to be used directly from your code.
SetSkinStyle(String, String) Applies the specified skin and palette.
SetSkinStyle(String) Applies the specified skin.
SetStyle(ILookAndFeelService, String) For internal use.
SetStyle(ILookAndFeelService) This method supports internal infrastructure and is not intended to be used in code.
SetStyle(LookAndFeelStyle, Boolean, Boolean, String, TouchUIMode, Single) Obsolete. Sets the look and feel settings of the current object to the specified values.
SetStyle(LookAndFeelStyle, Boolean, Boolean, String, TouchUIMode) Obsolete. Sets the look and feel settings of the current object to the specified values.
SetStyle(LookAndFeelStyle, Boolean, Boolean, String, Boolean, Single) Obsolete. Sets the look and feel settings of the current object to the specified values.
SetStyle(LookAndFeelStyle, Boolean, Boolean, String, Boolean) Obsolete. Sets the look and feel settings of the current object to the specified values.
SetStyle(LookAndFeelStyle, Boolean, Boolean, String, String) Sets the look and feel settings of the current object to the specified values.
SetStyle(LookAndFeelStyle, Boolean, Boolean, String) Sets the look and feel settings of the current object to the specified values.
SetStyle(LookAndFeelStyle, Boolean, Boolean) Sets the look and feel settings of the current object.
SetStyle3D() Applies the Style3D style to a control.
SetUltraFlatStyle() Applies the UltraFlat style to a control.
SetWindowsXPStyle() Applies the WindowsXP style to a control.
ShouldSerialize() Tests whether the UserLookAndFeel object should be persisted.
ToString() Returns the text representation of the current object.
UpdateStyleSettings() Notifies controls that look-and-feel settings have been changed and the controls need to be refreshed.
See Also