'Declaration Public Overloads Overrides Function GetEditStyle( _
ByVal contextAn ITypeDescriptorContext that can be used to gain additional context information.As System.ComponentModel.ITypeDescriptorContext _
) As System.Drawing.Design.UITypeEditorEditStyle
public override System.Drawing.Design.UITypeEditorEditStyle GetEditStyle(
System.ComponentModel.ITypeDescriptorContext context
)
public: System.Drawing.Design.UITypeEditorEditStyle* GetEditStyle(
System.ComponentModel.ITypeDescriptorContext* context
); override
public:
System.Drawing.Design.UITypeEditorEditStyle^ GetEditStyle(
System.ComponentModel.ITypeDescriptorContext^ context
); override
Parameters
- context
- An ITypeDescriptorContext that can be used to gain additional context information.
Return Value
A UITypeEditorEditStyle value that indicates the style of editor used by the EditValue(IServiceProvider, Object) method. If the UITypeEditor does not support this method, then GetEditStyle() will return None.