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