Namespace: CuteEditor.Impl
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
      
    Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
 Syntax
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 ) | 
 
     
     
     
     
    