The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Control::CanRaiseEvents Property
.NET Framework (current version)
Determines if events can be raised on the control.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System::Booleantrue if the control is hosted as an ActiveX control whose events are not frozen; otherwise, false.
If this control is being hosted as an ActiveX control, this property will return false if the ActiveX control has its events frozen.
.NET Framework
Available since 2.0
Available since 2.0
Show: