xtd 0.2.0
Loading...
Searching...
No Matches

◆ set_can_focus()

void xtd::forms::control::set_can_focus ( bool  value)
protected

Sets a value indicating whether the control can receive focus.

Parameters
valuetrue if the control can receive focus; otherwise, false.
Remarks
In order for a control to receive input focus, the control must have a handle assigned to it, and the visible and enabled properties must both be set to true for both the control and all its parent controls, and the control must be a form or the control's outermost parent must be a form.