Class Overview Provides operations on controls of type System.Windows.Forms.RichTextBox. public FormsRichTextBox (WindowControl src) Description Constructor.
src WindowControl object for the target control. public FormsRichTextBox (WindowsAppFriend app, AppVar appVar) Description Constructor.
app Application manipulation object. appVar AppVar object for the target control. public void EmulateChangeText (string text) Description Sets the control's text.
text Text to use. public void EmulateChangeText (string text, Async async) Description Sets the control's text.
text Text to use. async Asynchronous execution object. JR |