Control.CanRaiseEvents 속성

정의

컨트롤에서 이벤트가 발생할 수 있는지를 확인합니다.

protected:
 virtual property bool CanRaiseEvents { bool get(); };
protected override bool CanRaiseEvents { get; }
member this.CanRaiseEvents : bool
Protected Overrides ReadOnly Property CanRaiseEvents As Boolean

속성 값

Boolean

컨트롤이 이벤트가 고정되지 않은 ActiveX 컨트롤로 호스팅되면 true이고, 그렇지 않으면 false입니다.

설명

이 컨트롤이 ActiveX 컨트롤로 호스트되는 경우 ActiveX 컨트롤에 해당 이벤트가 고정된 경우 이 속성이 반환 false 됩니다.

적용 대상