AGS.Types.StringListUIEditor.GetEditStyle C# (CSharp) Метод

GetEditStyle() публичный Метод

public GetEditStyle ( System context ) : UITypeEditorEditStyle
context System
Результат UITypeEditorEditStyle
        public override UITypeEditorEditStyle GetEditStyle(System.ComponentModel.ITypeDescriptorContext context)
        {
            return UITypeEditorEditStyle.DropDown;
        }