Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / IManageFmtInput Interface / GetInitialText Method


In This Topic
GetInitialText Method
In This Topic
Returns the initial text for a format.
Syntax
'Declaration
 
Function GetInitialText() As String
 
'Usage
 
Dim instance As IManageFmtInput
Dim value As String
 
value = instance.GetInitialText()
Remarks
Used when starting a new value. Note: this gives the same results as calling "ChangeText()" with all the text selected and the "insertText" parameter is null or empty.
See Also