This field is used to specify the keyboard string that will be transmitted when this control is clicked (when not already active.) Typically you would set it to a Virtual Key Code, such as VK_xF101, so that if this control was clicked while another control had the focus, that control would exit with the corresponding exitcode value (-101 in this case) allowing your app to take the necessary action to switch the focus to this control.