_FormRegion.Select Method

Definition

Makes the form region the active form region such that it becomes visible.

public:
 void Select();
public void Select ();
Public Sub Select ()

Remarks

If the form region is an adjoining form region, then Select will expand the form region (if it is not already expanded) and set focus on the first control on that page. If the form region is a separate form region and is not already the active page, then Select will switch to the form region page and set focus on the first control on that page. If the form region is a separate form region and is already the active page, then nothing happens.

Applies to