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

FormUserLookAndFeel Methods

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