LinkLabel.IButtonControl.NotifyDefault(Boolean) Methode

Definitie

Hiermee wordt het LinkLabel besturingselement aangegeven dat het de standaardknop is.

 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 als het besturingselement zich moet gedragen als een standaardknop; anders, false.

Implementeringen

Opmerkingen

Een LinkLabel besturingselement wordt hetzelfde weergegeven, ongeacht of het de standaardknop is, dus als u deze methode aanroept, wordt het uiterlijk of gedrag van het LinkLabelbesturingselement niet gewijzigd.

Van toepassing op