BalloonCheckbox.Checked 属性

定义

确定是否选中 Office 助手气球中的指定复选框。

public:
 property bool Checked { bool get(); void set(bool value); };
public bool Checked { get; set; }
member this.Checked : bool with get, set
Public Property Checked As Boolean

属性值

注解

本主题中的某些内容可能不适用于某些语言。

如果 Office 助手气球中的指定复选框是或要选中,则返回的值为 True ;否则为 False

适用于