GetEditStyle Method (original) (raw)

Summary

Gets the editor style used by the EditValue method.

Syntax

public override UITypeEditorEditStyle GetEditStyle( ITypeDescriptorContext _context_ )

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

Leadtools.Dicom.Common Assembly