Form.Select(Boolean, Boolean) 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 this form, and optionally selects the next or previous control.
protected:
override void Select(bool directed, bool forward);
protected override void Select (bool directed, bool forward);
override this.Select : bool * bool -> unit
Protected Overrides Sub Select (directed As Boolean, forward As Boolean)
Parameters
- directed
- Boolean
If set to true that the active control is changed.
- forward
- Boolean
If directed is true, then this controls the direction in which focus is moved. If this is true
, then the next control is selected; otherwise, the previous control is selected.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.