Method InsertString
InsertString(string)
When implemented by a class, inserts given text to the control's content deleting selected text if needed.
void InsertString(string s)
Parameters
s
stringText to insert.
When implemented by a class, inserts given text to the control's content deleting selected text if needed.
void InsertString(string s)
s
stringText to insert.