PagePorter Class Library

FpHitCounterImageTypeEditor.GetEditStyle Method (ITypeDescriptorContext)

Gets the editor style used by the EditValue method.

[Visual Basic]
Overrides Overloads Public Function GetEditStyle( _
   ByVal context As ITypeDescriptorContext _
) As UITypeEditorEditStyle
[C#]
public override UITypeEditorEditStyle GetEditStyle(
   ITypeDescriptorContext context
);

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 EditValue. If the UITypeEditor does not support this method, then GetEditStyle will return None.

See Also

FpHitCounterImageTypeEditor Class | Parastream.Web.UI.Design Namespace | FpHitCounterImageTypeEditor.GetEditStyle Overload List