Skip to content

Latest commit

 

History

History
31 lines (13 loc) · 763 Bytes

595b3e85-7d30-72bc-c1d4-b45c4492c221.md

File metadata and controls

31 lines (13 loc) · 763 Bytes

OlkComboBox.SelText Property (Outlook)

Returns a String that represents the selected portion of the value of the combo box. Read-only.

Syntax

expression . SelText

expression A variable that represents an OlkComboBox object.

Remarks

SelText represents the current selection, 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 an empty string.

See also

Concepts

OlkComboBox Object

Other resources

OlkComboBox Object Members