SelText Property

Applies To

ComboBox control, TextBox control.

Description

Returns or sets the selected text of a control.

Syntax

object.SelText [= String]

The SelText property syntax has these parts:

Part

Description

object

Required. A valid object.

String

Optional. A string expression containing the selected text.


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.

See Also

SelLength property, SelStart property.

Example

See the SelLength property example.