C# Class NewTOAPIA.UI.PushButton

Inheritance: ActiveArea
Show file Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method Description
DrawBackground ( DrawEvent devent ) : void
PushButton ( string name, RectangleI frame, IGraphic label ) : System
PushButton ( string name, int x, int y, int width, int height, IGraphic label ) : System

Method Details

DrawBackground() public method

public DrawBackground ( DrawEvent devent ) : void
devent DrawEvent
return void

PushButton() public method

public PushButton ( string name, RectangleI frame, IGraphic label ) : System
name string
frame RectangleI
label IGraphic
return System

PushButton() public method

public PushButton ( string name, int x, int y, int width, int height, IGraphic label ) : System
name string
x int
y int
width int
height int
label IGraphic
return System