RichDropDownList Constructor
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| RichDropDownList Constructor |
| RichDropDownList Class See Also Send Feedback |
RichDropDownList
Namespace:Â CuteEditorAssembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public RichDropDownList( Editor editor ) |
| Visual Basic |
|---|
Public Sub New ( _ editor As Editor _ ) |
| Visual C++ |
|---|
public: RichDropDownList( Editor^ editor ) |
Parameters
- editor
- Type: CuteEditor..::..Editor