C# Класс HeadingButton, NewTOAPIA

Наследование: TextBox
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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