Class TreeViewAdvVisualStyle
Represents the class to define the style for TreeViewAdv control.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class TreeViewAdvVisualStyle : VisualStyleBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
TreeViewAdvVisualStyle()
Initializes a new instance of the TreeViewAdvVisualStyle class.
Declaration
public TreeViewAdvVisualStyle()
TreeViewAdvVisualStyle(TreeViewAdvStyleInfoIdentity)
Initializes a new instance of the TreeViewAdvVisualStyle class.
Declaration
public TreeViewAdvVisualStyle(TreeViewAdvStyleInfoIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
TreeViewAdvStyleInfoIdentity | identity | A TreeViewAdvStyleInfoIdentity that holds the identity for this TreeViewAdvStyleInfoStore. |
TreeViewAdvVisualStyle(TreeViewAdvStyleInfoIdentity, TreeViewAdvStyleInfoStore)
Initializes a new instance of the TreeViewAdvVisualStyle class.
Declaration
public TreeViewAdvVisualStyle(TreeViewAdvStyleInfoIdentity identity, TreeViewAdvStyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
TreeViewAdvStyleInfoIdentity | identity | A TreeViewAdvStyleInfoIdentity that holds the identity for this TreeViewAdvStyleInfoStore. |
TreeViewAdvStyleInfoStore | store | Holds instance of a TreeViewAdvStyleInfoStore class |
TreeViewAdvVisualStyle(TreeViewAdvStyleInfoStore)
Initializes a new instance of the TreeViewAdvVisualStyle class.
Declaration
public TreeViewAdvVisualStyle(TreeViewAdvStyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
TreeViewAdvStyleInfoStore | store | Holds instance of a TreeViewAdvStyleInfoStore 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 TreeViewAdv control.
Declaration
public static TreeViewAdvVisualStyle DefaultStyle { get; }
Property Value
Type |
---|
TreeViewAdvVisualStyle |
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 |
TreeNodeAdvStyle
Gets or sets style for TreeNodeAdv of the TreeViewAdv control.
Declaration
[ThemeStudio]
public TreeNodeAdvStyleInfo TreeNodeAdvStyle { get; set; }
Property Value
Type |
---|
TreeNodeAdvStyleInfo |
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. |