Spread Windows Forms 12.0 Product Documentation
GetInitialText Method


FarPoint.Win Assembly > FarPoint.Win.SuperEdit Namespace > IManageFmtInput Interface : GetInitialText Method
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()
string 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

Reference

IManageFmtInput Interface
IManageFmtInput Members