TextBoxActiveXControl.Text

TextBoxActiveXControl.Text property

Gets and set text of the control.

public string Text { get; set; }

Examples

[C#]
activeXControl.Text = "This is a test.";

See Also