Share via


OlkComboBox.SelLength Property

Outlook Developer Reference

Returns or sets a Long that specifies the number of characters in the current selection. Read/write.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.SelLength

expression   A variable that represents an OlkComboBox object.

Remarks

The current selection is specified by SelText, which is a portion of the control's Value. The maximum number of characters that can be supported for Value is MaxLength.

The default value is zero, which means no text is currently selected.

The SelLength property is always valid, even when the control does not have focus.

Setting SelLength to a value less than zero causes an error. Attempting to set the value greater than MaxLength results in setting SelLength to MaxLength.

See Also