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