FormField.OwnStatus Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the source of the text that's displayed in the status bar when a form field has the focus.
public:
property bool OwnStatus { bool get(); void set(bool value); };
public bool OwnStatus { get; set; }
member this.OwnStatus : bool with get, set
Public Property OwnStatus As Boolean
Property Value
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.