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

◆ notify_default()

virtual void xtd::forms::ibutton_control::notify_default ( bool  value)
pure virtual

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.

Implemented in xtd::forms::button.