OlkComboBox.SelectionMargin Property
Outlook Developer Reference |
Returns or sets a Boolean that specifies whether the user can select a line of text by clicking in the region to the left of the text. Read/write.
Version Information
Version Added: Outlook 2007
Syntax
expression.SelectionMargin
expression A variable that represents an OlkComboBox object.
Remarks
If True, clicking in the margin causes selection of text. If False, this action does not select any text. The default value is False.
See Also