FormField.OwnStatus Property

Definition

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.

Applies to