LinkLabel.IButtonControl.NotifyDefault(Boolean) Method

Definition

Notifies the LinkLabel control that it is the default button.

 virtual void System.Windows.Forms.IButtonControl.NotifyDefault(bool value) = System::Windows::Forms::IButtonControl::NotifyDefault;
void IButtonControl.NotifyDefault (bool value);
abstract member System.Windows.Forms.IButtonControl.NotifyDefault : bool -> unit
override this.System.Windows.Forms.IButtonControl.NotifyDefault : bool -> unit
Sub NotifyDefault (value As Boolean) Implements IButtonControl.NotifyDefault

Parameters

value
Boolean

true if the control should behave as a default button; otherwise, false.

Implements

Remarks

A LinkLabel control appears the same regardless of whether it is the default button, so calling this method will not change the appearance or behavior of the LinkLabel.

Applies to