OlkCategory 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

AutoSize

Returns or sets a Boolean that automatically sizes the control to display the entire contents. 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.

Enabled

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

ForeColor

Returns or sets a Long that indicates the foreground color of the control. 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.