[]
        
(Showing Draft Content)

C1.Win.Themes.Design.ThemePropertyEditor.GetEditStyle

GetEditStyle Method

GetEditStyle(ITypeDescriptorContext)

Returns the style of the current editor.

Declaration
public override UITypeEditorEditStyle GetEditStyle(ITypeDescriptorContext context)
Public Overrides Function GetEditStyle(context As ITypeDescriptorContext) As UITypeEditorEditStyle
Parameters
Type Name Description
ITypeDescriptorContext context

The editor context.

Returns
Type Description
UITypeEditorEditStyle

DropDown.

Overrides