OlkFrameHeader Members (Outlook)

GitHub-Mark-64px

Contribute to this content

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

A control that provides a separator between sections in a form.

Properties

Name

Description

Alignment

Returns or sets an olAlignment constant that indicates the position of a control relative to its caption. 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.

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.