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


In This Topic
    GetPaintString Method (SuperEditBase)
    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