Class TabbedMDIManagerVisualStyle
Represents the class to define the style of TabbedMDIManager control.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class TabbedMDIManagerVisualStyle : VisualStyleBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
TabbedMDIManagerVisualStyle()
Initializes a new instance of the TabbedMDIManagerVisualStyle class.
Declaration
public TabbedMDIManagerVisualStyle()
TabbedMDIManagerVisualStyle(TabbedMDIManagerStyleInfoIdentity)
Initializes a new instance of the TabbedMDIManagerVisualStyle class.
Declaration
public TabbedMDIManagerVisualStyle(TabbedMDIManagerStyleInfoIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
TabbedMDIManagerStyleInfoIdentity | identity | A TabbedMDIManagerStyleInfoIdentity that holds the identity for this TabbedMDIManagerStyleInfoStore. |
TabbedMDIManagerVisualStyle(TabbedMDIManagerStyleInfoIdentity, StyleInfoStore)
Initializes a new instance of the TabbedMDIManagerVisualStyle class.
Declaration
public TabbedMDIManagerVisualStyle(TabbedMDIManagerStyleInfoIdentity identity, StyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
TabbedMDIManagerStyleInfoIdentity | identity | A TabbedMDIManagerStyleInfoIdentity that holds the identity for this TabbedMDIManagerStyleInfoStore. |
StyleInfoStore | store | The store. |
Properties
DefaultStyle
Gets the default TabbedMDIManagerStyleInfo value.
Declaration
public static TabbedMDIManagerVisualStyle DefaultStyle { get; }
Property Value
Type |
---|
TabbedMDIManagerVisualStyle |
DisabledSplitterBorderColor
Gets or sets the color used to draw the disabled border of the splitter in TabbedMDIManager.
Declaration
[ThemeStudio]
public Color DisabledSplitterBorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DisabledSplitterColor
Gets or sets the color used to draw the disabled splitter in TabbedMDIManager.
Declaration
[ThemeStudio]
public Color DisabledSplitterColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
SplitterBorderColor
Gets or sets the color used to draw the border of the splitter in TabbedMDIManager.
Declaration
[ThemeStudio]
public Color SplitterBorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
SplitterBorderThickness
Gets or sets the value used to specify the thickness of the splitter border in TabbedMDIManager.
Declaration
[ThemeStudio]
public float SplitterBorderThickness { get; set; }
Property Value
Type |
---|
System.Single |
SplitterColor
Gets or sets the color used to draw the splitter in TabbedMDIManager.
Declaration
[ThemeStudio]
public Color SplitterColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
SplitterThickness
Gets or sets the value used to specify the thickness of the splitter in TabbedMDIManager.
Declaration
[ThemeStudio]
public int SplitterThickness { get; set; }
Property Value
Type |
---|
System.Int32 |
Methods
GetDefaultStyle()
Gets the default style value of the TabbedMDIManagerVisualStyle class.
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type | Description |
---|---|
StyleInfoBase | Returns the default style value. |