ContentControlListEntry.Select Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
void Select();
public void Select ();
abstract member Select : unit -> unit
Public Sub Select ()