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변경되지 않습니다.

적용 대상