Version

InsertValue(String) Method

Inserts the specified value at the caret position. If the value cannot be inserted, an exception is thrown.
Syntax
'Declaration
 
Public Sub InsertValue( _
   ByVal valueAsFormattedText As String _
) 
public void InsertValue( 
   string valueAsFormattedText
)

Parameters

valueAsFormattedText
The value to insert in the form of formatted text.
Remarks

If the specified value has syntax error or if there is an error inserting the value, including when the control is read-only, this method will throw an exception.

Note: If some contents are selected, they will be deselected and the value will be inserted at the caret position.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also