PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.8 Assembly / C1.C1Preview.Design Namespace / DropDownFormClassNameEditor Class / GetEditStyle Method / GetEditStyle(ITypeDescriptorContext) Method
The editor context.

In This Topic
    GetEditStyle(ITypeDescriptorContext) Method
    In This Topic
    Gets the editor style.
    Syntax
    'Declaration
     
    Public Overloads Overrides Function GetEditStyle( _
       ByVal context As ITypeDescriptorContext _
    ) As UITypeEditorEditStyle
    public override UITypeEditorEditStyle GetEditStyle( 
       ITypeDescriptorContext context
    )

    Parameters

    context
    The editor context.

    Return Value

    The editor style.
    See Also