Method | Description | |
---|---|---|
DrawBackground ( |
||
PushButton ( string name, RectangleI frame, IGraphic label ) : System | ||
PushButton ( string name, int x, int y, int width, int height, IGraphic label ) : System |
public DrawBackground ( |
||
devent | ||
return | void |
public PushButton ( string name, RectangleI frame, IGraphic label ) : System | ||
name | string | |
frame | RectangleI | |
label | IGraphic | |
return | System |
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 |