PagePorter Class Library

FpLinkBarFormatEditor.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

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