LinkLabel.IButtonControl.NotifyDefault(Boolean) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
通知 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。