GetDropDownItems Method
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| EditorProvider..::..GetDropDownItems Method |
| EditorProvider Class See Also Send Feedback |
Namespace:Â CuteEditor.Impl
Assembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Assembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public virtual ConfigItem[] GetDropDownItems( Editor editor, string category ) |
| Visual Basic |
|---|
Public Overridable Function GetDropDownItems ( _ editor As Editor, _ category As String _ ) As ConfigItem() |
| Visual C++ |
|---|
public: virtual array<ConfigItem^>^ GetDropDownItems( Editor^ editor, String^ category ) |