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

◆ notify_default()

void xtd::forms::button::notify_default ( bool  value)
overridevirtual

Notifies a control that it is the default button so that its appearance and behavior is adjusted accordingly.

Parameters
valuetrue if the control should behave as a default button; otherwise false.
Remarks
This method is called by a parent form to make a control the default button. Default buttons are set to have an extra thick border.

Implements xtd::forms::ibutton_control.