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の外観や動作は変更されません。

適用対象