Returns or sets a value determining which control receives focus when one of the access keys for the control is pressed. The ForwardFocus property is read/write at the control’s authoring time, and not available at the control’s run time.
Settings
The settings for ForwardFocus are:
Setting | Description |
True | The next control in tab order will receive focus when one of the access keys for the control is pressed. |
False | (Default) If the CanGetFocus property is true, the control itself will receive focus when one of the access keys for the control is pressed. |
Remarks
The ForwardFocus property allows the control to implement the behavior of a Label control that has an access key.
Access keys are set through the AccessKeys property. When an access key in conjunction with the ALT key is pressed, the control’s AccessKeyPress event is raised.