Share via


_OlkCheckBox.Value Property

Returns or sets an Object that specifies the state of the control. Read/write.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
Default Property Value As Object
    Get
    Set
'Usage
Dim instance As _OlkCheckBox
Dim value As Object

value = instance

instance = value
[DispIdAttribute()]
Object this { get; set; }

Property Value

Type: System.Object

Remarks

For the check box control, this property is True or False, or if the TripleState property is set, the Value property can also be Nothing (a null reference (Nothing in Visual Basic) in C#). The default value is False.

See Also

Reference

_OlkCheckBox Interface

_OlkCheckBox Members

Microsoft.Office.Interop.Outlook Namespace