Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::GetText method

TextBoxActiveXControl::GetText method

Gets and set text of the control.

U16String Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::GetText()

Examples

U16String txt = activeXControl.GetText();

See Also