C# Class HeadingButton, NewTOAPIA

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

Méthodes publiques

Méthode 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 ( MouseActivityArgs e ) : void
OnMouseEnter ( MouseActivityArgs e ) : void

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 ( MouseActivityArgs e ) : void
OnMouseMove ( MouseActivityArgs e ) : void
OnMouseUp ( MouseActivityArgs e ) : void

Method Details

HeadingButton() public méthode

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

HeadingButton() public méthode

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

OnMouseDown() public méthode

public OnMouseDown ( MouseActivityArgs e ) : void
e NewTOAPIA.UI.MouseActivityArgs
Résultat void

OnMouseEnter() public méthode

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.
public OnMouseEnter ( MouseActivityArgs e ) : void
e NewTOAPIA.UI.MouseActivityArgs
Résultat void

OnMouseLeave() public méthode

public OnMouseLeave ( MouseActivityArgs e ) : void
e NewTOAPIA.UI.MouseActivityArgs
Résultat void

OnMouseMove() public méthode

public OnMouseMove ( MouseActivityArgs e ) : void
e NewTOAPIA.UI.MouseActivityArgs
Résultat void

OnMouseUp() public méthode

public OnMouseUp ( MouseActivityArgs e ) : void
e NewTOAPIA.UI.MouseActivityArgs
Résultat void