Initializes a new instance of the TreeDropDownList class
Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
C# |
---|
public TreeDropDownList( Editor editor ) |
Visual Basic |
---|
Public Sub New ( _ editor As Editor _ ) |
Visual C++ |
---|
public: TreeDropDownList( Editor^ editor ) |
Parameters
- editor
- Type: CuteEditor..::..Editor