System.Windows.Forms.IButtonControl.NotifyDefault Method

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

Syntax

public void NotifyDefault (bool value)

Parameters

value
true 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.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0