OlkOptionButton.Caption Property
Outlook Developer Reference |
Returns or sets a String that appears on an object to identify or describe it. Read/write.
Version Information
Version Added: Outlook 2007
Syntax
expression.Caption
expression A variable that represents an OlkOptionButton object.
Remarks
The default value is based on the control's name. The position of the caption relative to the check box is determined by the Alignment property.
See Also