ST-Lu!
Love Wingchun
- Tham gia
- 19/8/08
- Bài viết
- 730
- Được thích
- 546
- Nghề nghiệp
- Xích lô một thời
SetFocus Method
Moves the focus to this instance of an object.
Syntax
object.SetFocus
The SetFocus method syntax has these parts:
Part Description
object Required. A valid object.
Remarks
If setting the focus fails, the focus reverts to the previous object and an error is generated.
By default, setting the focus to a control does not activate the control's window or place it on top of other controls.
The SetFocus method is valid for an empty Frame as well as a Frame that contains other controls. An empty Frame will take the focus itself, and any subsequent keyboard events apply to the Frame. In a Frame that contains other controls, the focus moves to the first control in the Frame, and subsequent keyboard events apply to the control that has the focus.
Thưa các anh?
Có phải Set focus dùng để
- Khi xảy ra lỗi thì sẽ revert vào object được set không ạh?
Tks