AGS.Types.StringListUIEditor.GetEditStyle C# (CSharp) Method

GetEditStyle() public method

public GetEditStyle ( System context ) : UITypeEditorEditStyle
context System
return UITypeEditorEditStyle
        public override UITypeEditorEditStyle GetEditStyle(System.ComponentModel.ITypeDescriptorContext context)
        {
            return UITypeEditorEditStyle.DropDown;
        }