
- Jim Morrison and Robby Krieger
Text
Text Methods
| Text() | Constructor for the Text class |
Derived Classes
None
See Also
Class Hierarchy, Frame, ChildFrame, Dialog
public method Text(Window Parent, int XPos, int YPos, int Width, int Height, string TextString)
Parameters
XPos
One based X position of control relative to parent
YPos
One based Y position of control relative to parent
Width
Initial width of the control in pixels
Height
Initial height of the control in pixels
TextString
String to be used as the label for the control
Return Value
None
Description
Constructor for the Text class.
Text Class