LinkLabel.IButtonControl.NotifyDefault(Boolean) Método

Definição

Notifica o LinkLabel controlo que é o botão padrão.

 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 se o controlo deve comportar-se como um botão padrão; caso contrário, false.

Implementações

Observações

Um controlo aparece igual independentemente de ser o botão padrão, por isso chamar LinkLabel este método não altera a aparência ou o comportamento do LinkLabel.

Aplica-se a