Aztec® Programming Language
Version 1.1 Alpha 2

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

Download Aztec

Search        Contact Us

You gotta make a decision...

You leave tonight... or live and die this way.

- Tracy Chapman

 

aztec.ui.PushButton

public class PushButton from<Button>

Base

Window

Control

Button

PushButton

The PushButton class provides a simple push button control. It does not maintain an on/off state. The push button is pushed in when the mouse button is clicked and the push button is restored to normal when the mouse button is released. Once released, the button click event is sent to the PushButton object. The button can consist of text and/or a bitmap.

PushButton Methods

PushButton() Constructor for the PushButton class

Derived Classes

See Also

 


PushButton()

public method PushButton(Window Parent, int XPos, int YPos, int Width, int Height, string Label, BitMap ButtonIcon = null)

Parameters

Parent

Parent window for the button control

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

Label

String to be used for the Button control

ButtonIcon

Bitmap to embed in the button (or null)

Return Value

None

Description

Constructor for the PushButton class.

 

PushButton Class

 

Copyright © 2010-2017

Aztec Development Group

All Rights Reserved

Download Aztec