Share via


FormField.OwnStatus Property

Specifies the source of 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 OwnStatus As Boolean
    Get
    Set
'Usage
Dim instance As FormField
Dim value As Boolean

value = instance.OwnStatus

instance.OwnStatus = value
bool OwnStatus { get; set; }

Property Value

Type: System.Boolean

Remarks

If the property returns True, the text specified by the StatusText property is displayed, and if False, the text of the AutoText entry specified by the StatusText property is displayed. Set the property value to True or False to enable or disable the functionality.

See Also

Reference

FormField Interface

FormField Members

Microsoft.Office.Interop.Word Namespace