Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / BorderEditor Class / GetEditStyle Method / GetEditStyle(ITypeDescriptorContext) Method
Context


In This Topic
    GetEditStyle(ITypeDescriptorContext) Method
    In This Topic
    Gets the style of the border editor for the specified context.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Function GetEditStyle( _
       ByVal context As ITypeDescriptorContext _
    ) As UITypeEditorEditStyle
    'Usage
     
    
    Dim instance As BorderEditor
    Dim context As ITypeDescriptorContext
    Dim value As UITypeEditorEditStyle
     
    value = instance.GetEditStyle(context)
    public override UITypeEditorEditStyle GetEditStyle( 
       ITypeDescriptorContext context
    )

    Parameters

    context
    Context
    See Also