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