TextInput.Default Property
Returns or sets the text that represents the default text box contents.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property Default As String
Get
Set
'Usage
Dim instance As TextInput
Dim value As String
value = instance.Default
instance.Default = value
string Default { get; set; }
Property Value
Type: System.String