Spread WinForms 15
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()
See Also