_FormRegion.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.
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.