Class TreeViewAdvActionList
Inheritance
System.Object
TreeViewAdvActionList
Assembly: Syncfusion.Tools.Windows.dll
public class TreeViewAdvActionList : SyncActionListBase<TreeViewAdv>
Constructors
Declaration
public TreeViewAdvActionList(IComponent component)
Parameters
Type |
Name |
Description |
System.ComponentModel.IComponent |
component |
|
Properties
Declaration
public AnchorStyles Anchor { get; set; }
Property Value
Type |
System.Windows.Forms.AnchorStyles |
Declaration
public DockStyle Dock { get; set; }
Property Value
Type |
System.Windows.Forms.DockStyle |
Declaration
public bool HotTracking { get; set; }
Property Value
Declaration
public bool LabelEdit { get; set; }
Property Value
Declaration
public ImageList LeftImageList { get; set; }
Property Value
Type |
System.Windows.Forms.ImageList |
Declaration
public bool LoadOnDemand { get; set; }
Property Value
Declaration
public string Name { get; set; }
Property Value
Declaration
public bool OwnerDrawNodes { get; set; }
Property Value
Declaration
public ImageList RightImageList { get; set; }
Property Value
Type |
System.Windows.Forms.ImageList |
Declaration
public bool ShowCheckBoxes { get; set; }
Property Value
Declaration
public bool ShowLines { get; set; }
Property Value
Declaration
public bool ShowOptionButtons { get; set; }
Property Value
Declaration
public bool ShowPlusMinus { get; set; }
Property Value
Declaration
public ImageList StateImageList { get; set; }
Property Value
Type |
System.Windows.Forms.ImageList |
Methods
Declaration
Declaration
protected override void InitializeActionList()
Overrides
Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.Tools.TreeViewAdv>.InitializeActionList()