BalloonCheckbox.Checked 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.
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.