Click or drag to resize

TpsControlIsEventEnabled Property

Gets or sets the status if events shall be processed by the control. This a property controlled by the derived class but the default behaviour is true in the constructor and false in the Dispose method.

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
public bool IsEventEnabled { get; set; }

Property Value

Type: Boolean
See Also