Version

PasteStringToTextBox Method

Syntax
'Declaration
 
Protected Function PasteStringToTextBox( _
   ByVal textBox As System.Windows.Controls.TextBox, _
   ByVal strToPaste As System.String _
) As System.Boolean
protected System.bool PasteStringToTextBox( 
   System.Windows.Controls.TextBox textBox,
   System.string strToPaste
)
protected: System.bool PasteStringToTextBox( 
   System.Windows.Controls.TextBox* textBox,
   System.string* strToPaste
) 

Parameters

textBox
strToPaste
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