AGS.Types.StringListUIEditor.GetEditStyle C# (CSharp) Méthode

GetEditStyle() public méthode

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