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


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