LinkLabel.IButtonControl.NotifyDefault(Boolean) Método

Definición

Notifica al control LinkLabel que es el botón predeterminado.

 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

Parámetros

value
Boolean

true si el control debe comportarse como un botón predeterminado; en caso contrario, false.

Implementaciones

Comentarios

Un LinkLabel control aparece igual independientemente de si es el botón predeterminado, por lo que llamar a este método no cambiará la apariencia o el comportamiento de LinkLabel.

Se aplica a