Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 746 Bytes

Outlook.combobox.seltext.md

File metadata and controls

28 lines (17 loc) · 746 Bytes
title keywords f1_keywords ms.assetid ms.date ms.localizationpriority
ComboBox.SelText Property (Outlook Forms Script)
olfm10.chm2001890
olfm10.chm2001890
15e0460b-1e85-3b88-f427-997a63aed795
06/08/2017
medium

ComboBox.SelText Property (Outlook Forms Script)

Returns or sets a String that represents the selected text of a control. Read/write.

Syntax

expression.SelText

expression A variable that represents a ComboBox object.

Remarks

If no characters are selected in the edit region of the control, the SelText property returns a zero length string. This property is valid regardless of whether the control has the focus.

[!includeSupport and feedback]