Version

BackspaceXCharacters Method (XamSyntaxEditorProxy)

Sends a number of backspace characters to the XamSyntaxEditor's current caret location.
Syntax
'Declaration
 
Public Sub BackspaceXCharacters( _
   Optional ByVal iCharsToBackspace As System.Integer _
) 
public void BackspaceXCharacters( 
   System.int iCharsToBackspace
)
public: void BackspaceXCharacters( 
   System.int iCharsToBackspace
) 

Parameters

iCharsToBackspace
integer number of characters to backspace
Requirements

Target Platforms: 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