Retrieves the editing style of the Edit method. If the method is not supported, this will return None.
[Visual Basic] Overrides Public Function GetEditStyle( _ ByVal context As ITypeDescriptorContext _ ) As UITypeEditorEditStyle [C#] public override UITypeEditorEditStyle GetEditStyle( ITypeDescriptorContext context ); [C++] public: override UITypeEditorEditStyle GetEditStyle( ITypeDescriptorContext* context ); [JScript] public override function GetEditStyle( context : ITypeDescriptorContext ) : UITypeEditorEditStyle;
An enum value indicating the provided editing style.
BinaryEditor Class | BinaryEditor Members | System.ComponentModel.Design Namespace