SmartTagAction.TextboxText Property
Returns or sets a String that represents the text in a smart document textbox control.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property TextboxText As String
Get
Set
'Usage
Dim instance As SmartTagAction
Dim value As String
value = instance.TextboxText
instance.TextboxText = value
string TextboxText { get; set; }
Property Value
Type: System.String
Remarks
For more information on smart documents, please see the Smart Document Software Development Kit on the Microsoft Developer Network (MSDN) Web site.