Click or drag to resize
Accord.NET (logo)

NumericCollectionEditorGetEditStyle Method (ITypeDescriptorContext)

Gets the editor style used by the EditValue(IServiceProvider, Object) method.

Namespace:  Accord.Controls
Assembly:  Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax
public override UITypeEditorEditStyle GetEditStyle(
	ITypeDescriptorContext context
)
Request Example View Source

Parameters

context
Type: System.ComponentModelITypeDescriptorContext
An ITypeDescriptorContext that can be used to gain additional context information.

Return Value

Type: UITypeEditorEditStyle
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.
See Also