次の方法で共有


_OlkOptionButton.Value Property

Returns or sets an Object that represents 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 _OlkOptionButton
Dim value As Object

value = instance

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

Property Value

Type: System.Object

Remarks

For the option button control, the value is either True or False, representing whether the button has been selected or not. The default value is False.

See Also

Reference

_OlkOptionButton Interface

_OlkOptionButton Members

Microsoft.Office.Interop.Outlook Namespace