TreeDropDownList Constructor
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| TreeDropDownList Constructor |
| TreeDropDownList Class See Also Send Feedback |
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