Notifies a control that it is the default button so that its appearance and behavior is adjusted accordingly.
[Visual Basic] Sub NotifyDefault( _ ByVal value As Boolean _ ) [C#] void NotifyDefault( bool value ); [C++] void NotifyDefault( bool value ) = 0; [JScript] function NotifyDefault( value : Boolean );
This method is called by a parent form to make a control the default button. Buttons are set to have an extra thick border.
IButtonControl Interface | IButtonControl Members | System.WinForms Namespace