AlphaPadInitStringSelectionView Method |
Initializes the selection view that is opened when List button is pressed.
Namespace:
ABB.Robotics.Tps.Windows.Forms
Assembly:
ABB.Robotics.GTPU.Windows.Forms (in ABB.Robotics.GTPU.Windows.Forms.dll) Version: 6.5.129.0
Syntaxpublic void InitStringSelectionView(
string[] list
)
Parameters
- list
- Type: SystemString
An array of strings that will be presented in the selectionview.
See Also