C# 클래스 HeadingButton, NewTOAPIA

상속: TextBox
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

HeadingButton() 공개 메소드

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
리턴 System

HeadingButton() 공개 메소드

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
리턴 System

OnMouseDown() 공개 메소드

public OnMouseDown ( MouseActivityArgs e ) : void
e NewTOAPIA.UI.MouseActivityArgs
리턴 void

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.
public OnMouseEnter ( MouseActivityArgs e ) : void
e NewTOAPIA.UI.MouseActivityArgs
리턴 void

OnMouseLeave() 공개 메소드

public OnMouseLeave ( MouseActivityArgs e ) : void
e NewTOAPIA.UI.MouseActivityArgs
리턴 void

OnMouseMove() 공개 메소드

public OnMouseMove ( MouseActivityArgs e ) : void
e NewTOAPIA.UI.MouseActivityArgs
리턴 void

OnMouseUp() 공개 메소드

public OnMouseUp ( MouseActivityArgs e ) : void
e NewTOAPIA.UI.MouseActivityArgs
리턴 void