Compartilhar via


LinkLabel.IButtonControl.NotifyDefault(Boolean) Método

Definição

Notifica o controle LinkLabel de que ele é 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 controle deve se comportar como um botão padrão; caso contrário, false.

Implementações

Comentários

Um LinkLabel controle é exibido da mesma forma, independentemente de ser o botão padrão, portanto, chamar esse método não alterará a aparência ou o LinkLabelcomportamento do .

Aplica-se a