Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / GetDrawingText Method
String that contains the text


In This Topic
GetDrawingText Method
In This Topic
Gets a string that contains the text to draw.
Syntax
'Declaration
 
Protected Overridable Function GetDrawingText( _
   ByVal paintString As String _
) As String
 
'Usage
 
Dim instance As SuperEditBase
Dim paintString As String
Dim value As String
 
value = instance.GetDrawingText(paintString)

Parameters

paintString
String that contains the text

Return Value

String that contains the text
See Also