LinkLabel.IButtonControl.NotifyDefault(Boolean) Methode

Definition

Benachrichtigt das LinkLabel-Steuerelement, dass es die Standardschaltfläche ist.

 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

Parameter

value
Boolean

true, wenn das Steuerelement als Standardschaltfläche fungiert, andernfalls false.

Implementiert

Hinweise

Ein LinkLabel Steuerelement wird unabhängig davon, ob es sich um die Standardschaltfläche handelt, gleich angezeigt, sodass das Aufrufen dieser Methode die Darstellung oder das Verhalten von LinkLabelnicht ändert.

Gilt für: