C# Class HeadingButton, NewTOAPIA

Inheritance: TextBox
ファイルを表示 Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

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 ( 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 method

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

HeadingButton() public method

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

OnMouseDown() public method

public OnMouseDown ( MouseActivityArgs e ) : void
e NewTOAPIA.UI.MouseActivityArgs
return void

OnMouseEnter() public method

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
return void

OnMouseLeave() public method

public OnMouseLeave ( MouseActivityArgs e ) : void
e NewTOAPIA.UI.MouseActivityArgs
return void

OnMouseMove() public method

public OnMouseMove ( MouseActivityArgs e ) : void
e NewTOAPIA.UI.MouseActivityArgs
return void

OnMouseUp() public method

public OnMouseUp ( MouseActivityArgs e ) : void
e NewTOAPIA.UI.MouseActivityArgs
return void