Control.CanRaiseEvents Propiedad
Definición
Determina si se pueden producir eventos en el control.Determines if events can be raised on the control.
protected:
virtual property bool CanRaiseEvents { bool get(); };
protected override bool CanRaiseEvents { get; }
member this.CanRaiseEvents : bool
Protected Overrides ReadOnly Property CanRaiseEvents As Boolean
Valor de propiedad
true
si el control está hospedado como un control ActiveX cuyos eventos no están inmovilizados; de lo contrario, false
.true
if the control is hosted as an ActiveX control whose events are not frozen; otherwise, false
.
Comentarios
Si este control se hospeda como un control ActiveX, esta propiedad devolverá false
si el control ActiveX tiene sus eventos inmovilizados.If this control is being hosted as an ActiveX control, this property will return false
if the ActiveX control has its events frozen.