BalloonCheckbox.Checked Property

Definition

Determines if the specified checkbox in the Office Assistant balloon is checked.

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

Property Value

Remarks

Some of the content in this topic may not be applicable to some languages.

The returned value is True if the specified checkbox in the Office Assistant balloon is, or is to be, checked; False otherwise.

Applies to