C# Класс NewTOAPIA.UI.PushButton

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

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

Метод Описание
DrawBackground ( DrawEvent devent ) : void
PushButton ( string name, RectangleI frame, IGraphic label ) : System
PushButton ( string name, int x, int y, int width, int height, IGraphic label ) : System

Описание методов

DrawBackground() публичный Метод

public DrawBackground ( DrawEvent devent ) : void
devent DrawEvent
Результат void

PushButton() публичный Метод

public PushButton ( string name, RectangleI frame, IGraphic label ) : System
name string
frame RectangleI
label IGraphic
Результат System

PushButton() публичный Метод

public PushButton ( string name, int x, int y, int width, int height, IGraphic label ) : System
name string
x int
y int
width int
height int
label IGraphic
Результат System