Class TreeMapDesigner
Class for SmartTag
Inheritance
System.Object
TreeMapDesigner
Namespace: Syncfusion.Windows.Forms.TreeMap
Assembly: Syncfusion.TreeMap.Windows.dll
Syntax
[CLSCompliant(false)]
public class TreeMapDesigner : ControlDesigner
Constructors
TreeMapDesigner()
Initializes a new instance of the TreeMapDesigner class
Declaration
public TreeMapDesigner()
Properties
ActionLists
Gets the collection of designer action lists associated with the TreeMap control.
Declaration
public override DesignerActionListCollection ActionLists { get; }
Property Value
| Type |
|---|
| System.ComponentModel.Design.DesignerActionListCollection |
Remarks
These action lists provide design-time support in Visual Studio, allowing developers to configure properties and behavior through a smart tag panel.
Methods
Initialize(IComponent)
Overridden Initialize method.
Declaration
public override void Initialize(IComponent component)
Parameters
| Type | Name | Description |
|---|---|---|
| System.ComponentModel.IComponent | component | Component object |