跳到主要内容

Select

Selects the list entry in the combo box / dropdown list content control and sets the text of the content control to the selected item value.

Syntax

expression.Select();

expression - A variable that represents a ApiContentControlListEntry class.

Parameters

This method doesn't have any parameters.

Returns

boolean

Example

This example selects the list entry in a drop-down list or combo box content control and sets the text of the content control to the value of the item.

// todo_example