C# Class NewTOAPIA.UI.PushButton

Inheritance: ActiveArea
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public DrawBackground ( DrawEvent devent ) : void
devent DrawEvent
Résultat void

PushButton() public méthode

public PushButton ( string name, RectangleI frame, IGraphic label ) : System
name string
frame RectangleI
label IGraphic
Résultat System

PushButton() public méthode

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
Résultat System