LinkLabel.IButtonControl.NotifyDefault(Boolean) 方法

定义

通知 LinkLabel 控件:它是默认按钮。

 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

参数

value
Boolean

如果控件应用作默认按钮,则值为 true;否则,值为 false

实现

注解

LinkLabel无论控件是默认按钮,都会出现相同的控件,因此调用此方法不会更改控件的外观或行为LinkLabel

适用于