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