DocxTextBox.InnerObject Property

QsInformatica.Utils

DocxTextBoxInnerObject Property

Gets or sets the inner object.

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public TextBox InnerObject { get; set; }
Public Property InnerObject As TextBox
	Get
	Set
public:
property TextBox^ InnerObject {
	TextBox^ get ();
	void set (TextBox^ value);
}
member InnerObject : TextBox with get, set

Property Value

Type: TextBox
The inner object.
See Also