Add Method (RichListItem)
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| RichListItemCollection..::..Add Method (RichListItem) |
| RichListItemCollection Class See Also Send Feedback |
Namespace:Â CuteEditor
Assembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Assembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public void Add( RichListItem item ) |
| Visual Basic |
|---|
Public Sub Add ( _ item As RichListItem _ ) |
| Visual C++ |
|---|
public: void Add( RichListItem^ item ) |
Parameters
- item
- Type: CuteEditor..::..RichListItem