Click or drag to resize

GroupBox Constructor (Control, Rectangle, String)

Constructor

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
public GroupBox(
	Control parent,
	Rectangle bound,
	string text
)

Parameters

parent
Type: System.Windows.FormsControl
Parent to the groupbox
bound
Type: System.DrawingRectangle
Size of the groupbox
text
Type: SystemString
Text to be shown at the left-up corner
See Also