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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.