VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / VintasoftImageWinFormsEditor Class / GetEditStyle Methods / GetEditStyle(ITypeDescriptorContext) Method
Syntax Requirements SeeAlso
In This Topic
    GetEditStyle(ITypeDescriptorContext) Method (VintasoftImageWinFormsEditor)
    In This Topic
    Returns the editor style used by the EditValue(IServiceProvider, Object) method.
    Syntax

    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(IServiceProvider, Object) method. If the UITypeEditor does not support this method, then GetEditStyle() will return None.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also