GetEditStyle Method

Summary

Gets the editor style used by the EditValue method.

Syntax
C#
VB
C++
public override UITypeEditorEditStyle GetEditStyle( 
   ITypeDescriptorContext context 
) 
Public Overloads Overrides Function GetEditStyle( _ 
   ByVal context As ITypeDescriptorContext _ 
) As UITypeEditorEditStyle 
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.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly