FormField.OwnStatus 属性

定义

指定当窗体域具有焦点时状态栏中显示的文本的源。

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

属性值

注解

如果属性返回 True,则显示属性指定的 StatusText 文本;如果 为 False,则显示 由 StatusText 属性指定的自动图文集 条目的文本。 将属性值设置为 TrueFalse 以启用或禁用该功能。

适用于