protected virtual void PaintString( Graphics g, Rectangle faceRect, string paintStr )
'Declaration Protected Overridable Sub PaintString( _ ByVal g As Graphics, _ ByVal faceRect As Rectangle, _ ByVal paintStr As String _ )
'Declaration
Protected Overridable Sub PaintString( _ ByVal g As Graphics, _ ByVal faceRect As Rectangle, _ ByVal paintStr As String _ )
'Usage Dim instance As SuperEditBase Dim g As Graphics Dim faceRect As Rectangle Dim paintStr As String instance.PaintString(g, faceRect, paintStr)
'Usage
Dim instance As SuperEditBase Dim g As Graphics Dim faceRect As Rectangle Dim paintStr As String instance.PaintString(g, faceRect, paintStr)
SuperEditBase Class SuperEditBase Members