FocusRect Property | ||||||||
Applies to: Panel control, HotButton
control, DirectionalButton
control See also: Property Index Determines whether a focus rectangle will be drawn when the control has the keyboard focus. Read/Write at both design-time and run-time. Type: Boolean Settings:
Remarks: Setting the FocusRect property to False will not prevent the control from receiving keyboard focus. The focus rectangle gives visual feedback to the user as to which control currently has the keyboard focus. If the FocusRect property is set to false, then your application should give some indication as to which control has keyboard focus.
|