OlkOptionButton Properties (Outlook)

GitHub-Mark-64px

Contribute to this content

Use GitHub to suggest and submit changes. See our guidelines for contributing to VBA documentation.

Properties

Name

Description

Accelerator

Returns or sets a String value that represents the accelerator or hot key for the control. Read/write.

Alignment

Returns or sets an olAlignment constant that indicates the position of a control relative to its caption. Read/write.

BackColor

Returns or sets a Long that indicates the background color of the control. Read/write.

BackStyle

Returns or sets an olBackStyle constant that changes the background style of the control between transparent and opaque. Read/write.

Caption

Returns or sets a String that appears on an object to identify or describe it. Read/write.

Enabled

Returns or sets a Boolean that indicates if the control is allowed to function. Read/write.

Font

Returns a StdFont that represents the font used to render the text inside the control. Read-only.

ForeColor

Returns or sets a Long that indicates the foreground color of the control. Read/write.

GroupName

Returns or sets a String that identifies a group of mutually exclusive option button controls. Read/write.

MouseIcon

Returns or sets a StdPicture that represents a custom picture to the mouse cursor for this control. Read/write.

MousePointer

Returns or sets an OlMousePointer constant that specifies the type of pointer displayed when the user positions the mouse over the control. Read/write.

Value

Returns or sets a Variant that represents the state of the control. Read/write.

WordWrap

Returns or sets a Boolean that specifies whether the contents of a control automatically wrap at the end of a line. Read/write.