FormField.StatusText Property
Returns or sets the text that's displayed in the status bar when a form field has the focus.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property StatusText As String
Get
Set
'Usage
Dim instance As FormField
Dim value As String
value = instance.StatusText
instance.StatusText = value
string StatusText { get; set; }
Property Value
Type: System.String
Remarks
If the OwnStatus property is set to True, the StatusText property specifies the status bar text. If the OwnStatus property is set to False, the StatusText property specifies the name of an AutoText entry that contains status bar text for the form field.