TpsViewAttribute Constructor (String, String, String, String, String, StartPanelLocation, TpsViewType, TpsViewStartupTypes) |
Initializes a new instance of TpsViewAttribute
Namespace:
ABB.Robotics.Tps.Taf
Assembly:
ABB.Robotics.Tps.Taf (in ABB.Robotics.Tps.Taf.dll) Version: 6.5.129.0
Syntax public TpsViewAttribute(
string text,
string stABBMenuImagePath,
string stTaskbarImagePath,
string assemblyName,
string tpsViewClassName,
StartPanelLocation startPanelLocation,
TpsViewType tpsViewType,
TpsViewStartupTypes startupType
)
Parameters
- text
- Type: SystemString
Text representing the view in the ABB menu (start panel) and in the taskbar. - stABBMenuImagePath
- Type: SystemString
Path to the image representing the view in the ABB menu. - stTaskbarImagePath
- Type: SystemString
Path to the image associated with the view in the taskbar. - assemblyName
- Type: SystemString
Name of the assembly in which the view is declared. - tpsViewClassName
- Type: SystemString
Fully qualified name of the TpsView class. - startPanelLocation
- Type: ABB.Robotics.Tps.TafStartPanelLocation
Location of the view in the ABB menu. - tpsViewType
- Type: ABB.Robotics.Tps.TafTpsViewType
The type of the view. - startupType
- Type: ABB.Robotics.Tps.TafTpsViewStartupTypes
The startup type of the view.
See Also