Class MultiColumnTreeViewVisualStyle
Represents the class to define the style for MultiColumnTreeView control.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools.MultiColumnTreeView
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class MultiColumnTreeViewVisualStyle : VisualStyleBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
MultiColumnTreeViewVisualStyle()
Initializes a new instance of the MultiColumnTreeViewVisualStyle class.
Declaration
public MultiColumnTreeViewVisualStyle()
MultiColumnTreeViewVisualStyle(MultiColumnTreeViewStyleInfoIdentity)
Initializes a new instance of the MultiColumnTreeViewVisualStyle class.
Declaration
public MultiColumnTreeViewVisualStyle(MultiColumnTreeViewStyleInfoIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
MultiColumnTreeViewStyleInfoIdentity | identity | A MultiColumnTreeViewStyleInfoIdentity that holds the identity for this MultiColumnTreeViewStyleInfoStore. |
MultiColumnTreeViewVisualStyle(MultiColumnTreeViewStyleInfoIdentity, MultiColumnTreeViewStyleInfoStore)
Initializes a new instance of the MultiColumnTreeViewVisualStyle class.
Declaration
public MultiColumnTreeViewVisualStyle(MultiColumnTreeViewStyleInfoIdentity identity, MultiColumnTreeViewStyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
MultiColumnTreeViewStyleInfoIdentity | identity | A MultiColumnTreeViewStyleInfoIdentity that holds the identity for this MultiColumnTreeViewStyleInfoStore. |
MultiColumnTreeViewStyleInfoStore | store | Holds instance of a MultiColumnTreeViewStyleInfoStore class |
MultiColumnTreeViewVisualStyle(MultiColumnTreeViewStyleInfoStore)
Initializes a new instance of the MultiColumnTreeViewVisualStyle class.
Declaration
public MultiColumnTreeViewVisualStyle(MultiColumnTreeViewStyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
MultiColumnTreeViewStyleInfoStore | store | Holds instance of a MultiColumnTreeViewStyleInfoStore class. |
Properties
BackColor
Gets or sets the System.Drawing.Color value used to draw the BackColor of the TreeViewAdv control in Normal state.
Declaration
[ThemeStudio]
public Color BackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
BorderColor
Gets or sets the System.Drawing.Color value used to draw the border of the TreeViewAdv control in default state.
Declaration
[ThemeStudio]
public Color BorderColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color | The System.Drawing.Color value is used to draw the border of the TreeViewAdv. The default value is null. |
DefaultStyle
Gets the default style value for the MultiColumnTreeView control.
Declaration
public static MultiColumnTreeViewVisualStyle DefaultStyle { get; }
Property Value
Type |
---|
MultiColumnTreeViewVisualStyle |
DisabledBackColor
Gets or sets the System.Drawing.Color value used to draw the BackColor of the TreeViewAdv control in Disabled state.
Declaration
[ThemeStudio]
public Color DisabledBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DisabledBorderColor
Gets or sets the System.Drawing.Color value used to draw the border of the TreeViewAdv control in disabled state.
Declaration
[ThemeStudio]
public Color DisabledBorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
LineColor
Gets or sets the System.Drawing.Color value used to draw the LineColor of the TreeViewAdv control .
Declaration
[ThemeStudio]
public Color LineColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
TreeColumnAdvStyle
Gets or sets style for TreeColumnAdv of the MultiColumnTreeView control.
Declaration
[ThemeStudio]
public TreeColumnAdvStyleInfo TreeColumnAdvStyle { get; set; }
Property Value
Type |
---|
TreeColumnAdvStyleInfo |
TreeNodeAdvStyle
Gets or sets style for TreeNodeAdv of the MultiColumnTreeView control.
Declaration
[ThemeStudio]
public TreeNodeAdvStyleInfo TreeNodeAdvStyle { get; set; }
Property Value
Type |
---|
TreeNodeAdvStyleInfo |
TreeNodeAdvSubItemStyle
Gets or sets style for TreeColumnAdv of the MultiColumnTreeView control.
Declaration
[ThemeStudio]
public TreeNodeAdvSubItemStyleInfo TreeNodeAdvSubItemStyle { get; set; }
Property Value
Type |
---|
TreeNodeAdvSubItemStyleInfo |
Methods
CreateSubObjectIdentity(StyleInfoProperty)
Overridden to create a product-specific identity object for the sub object.
Declaration
public override StyleInfoSubObjectIdentity CreateSubObjectIdentity(StyleInfoProperty sip)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoProperty | sip | StyleInfoProperty descriptor for this sub object. |
Returns
Type | Description |
---|---|
StyleInfoSubObjectIdentity | Identity for the sub object. |
Overrides
GetDefaultStyle()
Gets the default style value of the System.Windows.Forms.ComboBoxStyle class.
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type | Description |
---|---|
StyleInfoBase | Returns the default style value. |