Click or drag to resize
ToolControlBaseSelection Property
Gets the selection that this tool control should work on

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 Object[] Selection { get; }

Property Value

Type: Object
Remarks
This property returns valid information first when the control has been loaded in the tool host (i.e. not in the constructor of the derived class). It will then return the same data through the lifetime of the object.
Version Information

Supported in: 1.0.0.0
See Also