Click or drag to resize
ToolControlBaseSupportsSelectionChange Property
Gets or sets if the control supports updating itself with a new selection

Namespace:  ABB.Robotics.RobotStudio.Stations.Forms
Assembly:  ABB.Robotics.RobotStudio.Stations.Forms (in ABB.Robotics.RobotStudio.Stations.Forms.dll) Version: 7.0.8747.636
Syntax
C#
public bool SupportsSelectionChange { get; set; }

Property Value

Type: Boolean
Remarks
If set to false, the host will recreate the control any time the selection changes; this may have a negative performance impact. Only valid if StickySelection is set to false.
Version Information

Supported in: 1.0.0.0
See Also