Aztec® Programming Language
Version 1.1 Alpha 2

Copyright © 2010-2017, Aztec Development Group, All Rights Reserved

Download Aztec

Search        Contact Us

Hope our little world will last.

- Jim Morrison and Robby Krieger

 

aztec.ui.Text

public class Text from<Control>

Base

Window

Control

Text

The Text class provides a simple text string control for use as a static label. The Text class provides no event interaction with the user.

Text Methods

Text() Constructor for the Text class

Derived Classes

See Also

 


Text()

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

 

Copyright © 2010-2017

Aztec Development Group

All Rights Reserved

Download Aztec