LinkLabel.IButtonControl.NotifyDefault(Boolean) Metoda

Definicja

Powiadamia kontrolkę LinkLabel , że jest to przycisk domyślny.

 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

Parametry

value
Boolean

true jeśli kontrolka powinna zachowywać się jako przycisk domyślny; w przeciwnym razie , false.

Implementuje

Uwagi

Kontrolka LinkLabel jest taka sama niezależnie od tego, czy jest to przycisk domyślny, więc wywołanie tej metody nie spowoduje zmiany wyglądu LinkLabelani zachowania obiektu .

Dotyczy