Method | Description | |
---|---|---|
HeadingButton ( string aString, string aFontName, int pointSize, FontStyle, style, int x, int y, int width, int height, StringAlignment, align, StringAlignment, lineAlign, uint txtColor, Graphic background ) : System | ||
HeadingButton ( string aString, string aFontName, int pointSize, FontStyle, style, int x, int y, int width, int height, uint txtColor ) : System | ||
OnMouseDown ( |
||
OnMouseEnter ( |
OnMouseEnter This gets called whenever the pointing device enters our frame. We want to do interesting things here like change the cursor shape to be whatever we require.
|
|
OnMouseLeave ( |
||
OnMouseMove ( |
||
OnMouseUp ( |
public HeadingButton ( string aString, string aFontName, int pointSize, FontStyle, style, int x, int y, int width, int height, StringAlignment, align, StringAlignment, lineAlign, uint txtColor, Graphic background ) : System | ||
aString | string | |
aFontName | string | |
pointSize | int | |
style | FontStyle, | |
x | int | |
y | int | |
width | int | |
height | int | |
align | StringAlignment, | |
lineAlign | StringAlignment, | |
txtColor | uint | |
background | Graphic | |
return | System |
public HeadingButton ( string aString, string aFontName, int pointSize, FontStyle, style, int x, int y, int width, int height, uint txtColor ) : System | ||
aString | string | |
aFontName | string | |
pointSize | int | |
style | FontStyle, | |
x | int | |
y | int | |
width | int | |
height | int | |
txtColor | uint | |
return | System |
public OnMouseDown ( |
||
e | ||
return | void |
public OnMouseEnter ( |
||
e | ||
return | void |
public OnMouseLeave ( |
||
e | ||
return | void |
public OnMouseMove ( |
||
e | ||
return | void |
public OnMouseUp ( |
||
e | ||
return | void |