Back to Devexpress

BarAndDockingControllerLookAndFeel Properties

windowsforms-devexpress-dot-xtrabars-dot-baranddockingcontrollerlookandfeel-dot-underscore-properties.md

latest7.3 KB
Original Source

BarAndDockingControllerLookAndFeel Properties

Contains look and feel settings for the controls/components that are managed by a BarAndDockingController.

NameDescription
ActiveLookAndFeelGets the actual UserLookAndFeel object currently applied. Inherited from UserLookAndFeel.
ActiveSkinNameGets the name of the currently applied skin. Inherited from UserLookAndFeel.
ActiveStyleGets the style currently applied. This member is no longer supported. Inherited from UserLookAndFeel.
ActiveSvgPaletteNameReturns the name of the currently applied swatch. Inherited from UserLookAndFeel.
ColorSchemeGets or sets the color scheme of a Ribbon that utilizes this BarAndDockingControllerLookAndFeel.
CompactUIModeThis method supports internal infrastructure and is not intended for use in code. Inherited from UserLookAndFeel.
CompactUIModeForcedReturns whether the application is currently in Compact UI Mode. The return value depends on both the WindowsFormsSettings.CompactUIMode property and the currently applied skin (for instance, the WXI Compact skin forces the Compact UI Mode). Inherited from UserLookAndFeel.
Default staticGets the Default LookAndFeel object to use for controls when the UserLookAndFeel.UseDefaultLookAndFeel property is set to true. Inherited from UserLookAndFeel.
FormTouchScaleFactorGets or sets the scale factor used to calculate the size and distance between specific control elements when touch UI mode is enabled.
FormTouchUIModeGets or sets whether the touch UI mode is enabled for the controls managed by the current BarAndDockingController.
IsColorizedGets whether the UserLookAndFeel.SkinMaskColor or UserLookAndFeel.SkinMaskColor2 property is specified for the current UserLookAndFeel object. Inherited from UserLookAndFeel.
IsLookAndFeelHierarchyRootThis member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from UserLookAndFeel.
OwnerControlGets the control that owns the current UserLookAndFeel object. Inherited from UserLookAndFeel.
PainterGets the painter based on the style currently applied for drawing control’s elements. Inherited from UserLookAndFeel.
ParentLookAndFeelGets or sets the parent LookAndFeel. Inherited from UserLookAndFeel.
SkinMaskColorGets or sets a custom hue applied to some skin elements. Inherited from UserLookAndFeel.
SkinMaskColor2Gets or sets the second custom hue, typically applied to some skin elements when they are highlighted/hovered. Inherited from UserLookAndFeel.
SkinNameGets or sets the name of a skin style. Inherited from UserLookAndFeel.
StyleGets or sets the style of the current UserLookAndFeel object. This property is no longer supported. Inherited from UserLookAndFeel.
TouchUIParentThis member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from UserLookAndFeel.
UseDefaultLookAndFeelGets or sets whether the current object’s settings are in effect. Inherited from UserLookAndFeel.
UseWindows7BorderGets or sets whether borders of TextEdit controls are painted in the same manner as borders of standard text editors built into Microsoft Windows 7. This property is in effect if the current OS is Windows 7 and the DevExpress XP paint theme is applied. Inherited from UserLookAndFeel.
UseWindowsXPThemeGets or sets whether controls should be painted using the native Windows theme. This property is no longer supported. Inherited from UserLookAndFeel.

See Also

BarAndDockingControllerLookAndFeel Class

BarAndDockingControllerLookAndFeel Members

DevExpress.XtraBars Namespace