Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / AboutEditor Class / GetEditStyle Method / GetEditStyle() Method


In This Topic
    GetEditStyle() Method
    In This Topic
    Gets the style for the About dialog.
    Syntax
    'Declaration
     
    
    Public Overloads Shadows Function GetEditStyle() As UITypeEditorEditStyle
    'Usage
     
    
    Dim instance As AboutEditor
    Dim value As UITypeEditorEditStyle
     
    value = instance.GetEditStyle()
    public new UITypeEditorEditStyle GetEditStyle()
    See Also