Click or drag to resize

TpsViewAttribute Constructor (String, String, String, String, String, StartPanelLocation, TpsViewType, String, 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
C#
public TpsViewAttribute(
	string text,
	string stABBMenuImagePath,
	string stTaskbarImagePath,
	string assemblyName,
	string tpsViewClassName,
	StartPanelLocation startPanelLocation,
	TpsViewType tpsViewType,
	string resourceAssembly,
	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 view class.
startPanelLocation
Type: ABB.Robotics.Tps.TafStartPanelLocation
Location of the TpsView in the start panel.
tpsViewType
Type: ABB.Robotics.Tps.TafTpsViewType
The type of the view.
resourceAssembly
Type: SystemString
Name of assembly that contains resources of the view.
startupType
Type: ABB.Robotics.Tps.TafTpsViewStartupTypes
The startup type of the view.
See Also