C# Класс PLC.DeliverablesList

This control is meant to hold a list of deliverables. It is simply a box with some specialized text pushbuttons in it.
Наследование: PLCBaseControl
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
AddDeliverable ( string deliverable ) : void
Clear ( ) : void
DeliverablesList ( string name, int x, int y, int width, int height, uint bkColor ) : System
DeliverablesList ( string name, int x, int y, int width, int height, uint bkColor, uint borderColor ) : System
DeliverablesList ( string name, int x, int y, int width, int height, uint bkColor, uint borderColor, int angle ) : System
DrawBackground ( DrawEvent devent ) : void

Защищенные методы

Метод Описание
OnUpdateGeometryState ( ) : void

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

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

public AddDeliverable ( string deliverable ) : void
deliverable string
Результат void

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

public Clear ( ) : void
Результат void

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

public DeliverablesList ( string name, int x, int y, int width, int height, uint bkColor ) : System
name string
x int
y int
width int
height int
bkColor uint
Результат System

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

public DeliverablesList ( string name, int x, int y, int width, int height, uint bkColor, uint borderColor ) : System
name string
x int
y int
width int
height int
bkColor uint
borderColor uint
Результат System

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

public DeliverablesList ( string name, int x, int y, int width, int height, uint bkColor, uint borderColor, int angle ) : System
name string
x int
y int
width int
height int
bkColor uint
borderColor uint
angle int
Результат System

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

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

OnUpdateGeometryState() защищенный Метод

protected OnUpdateGeometryState ( ) : void
Результат void