RegexTypeEditor.GetEditStyle Method (ITypeDescriptorContext)

 

Gets the editor style used by the EditValue method.

Namespace:   System.Web.UI.Design.WebControls
Assembly:  System.Design (in System.Design.dll)

public override UITypeEditorEditStyle GetEditStyle(
	ITypeDescriptorContext context
)

Parameters

context
Type: System.ComponentModel.ITypeDescriptorContext

An ITypeDescriptorContext that can be used to gain additional context information.

Return Value

Type: System.Drawing.Design.UITypeEditorEditStyle

A UITypeEditorEditStyle value that indicates the editor style used by the method.

.NET Framework
Available since 1.1
Return to top
Show: