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


In This Topic
    GetEditStyle() Method
    In This Topic
    Gets the style of the border editor.
    Syntax
    'Declaration
     
    
    Public Overloads Shadows Function GetEditStyle() As UITypeEditorEditStyle
    'Usage
     
    
    Dim instance As BorderEditor
    Dim value As UITypeEditorEditStyle
     
    value = instance.GetEditStyle()
    public new UITypeEditorEditStyle GetEditStyle()
    See Also