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