Partager via


BalloonCheckbox.Checked Property

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

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property Checked As Boolean
    Get
    Set
'Usage
Dim instance As BalloonCheckbox
Dim value As Boolean

value = instance.Checked

instance.Checked = value
bool Checked { get; set; }

Property Value

Type: System.Boolean

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.

See Also

Reference

BalloonCheckbox Interface

BalloonCheckbox Members

Microsoft.Office.Core Namespace