LinkLabel.Select(Boolean, Boolean) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
激活子控件。 (可选)指定要从中选择控件的 Tab 键顺序中的方向。
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)
参数
- directed
- Boolean
true 指定要选择的控件的方向;否则,为 false.
- forward
- Boolean
true 在 Tab 键顺序中向前移动; false 以 Tab 键顺序向后移动。