Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / GetNewFormat Method


In This Topic
    GetNewFormat Method (SuperEditBase)
    In This Topic
    Gets the new format.
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetNewFormat() As String
    'Usage
     
    
    Dim instance As SuperEditBase
    Dim value As String
     
    value = instance.GetNewFormat()
    protected virtual string GetNewFormat()
    See Also