C# Class PLC.DeliverablesList

This control is meant to hold a list of deliverables. It is simply a box with some specialized text pushbuttons in it.
Inheritance: PLCBaseControl
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
OnUpdateGeometryState ( ) : void

Method Details

AddDeliverable() public méthode

public AddDeliverable ( string deliverable ) : void
deliverable string
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

DeliverablesList() public méthode

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
Résultat System

DeliverablesList() public méthode

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
Résultat System

DeliverablesList() public méthode

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
Résultat System

DrawBackground() public méthode

public DrawBackground ( DrawEvent devent ) : void
devent NewTOAPIA.UI.DrawEvent
Résultat void

OnUpdateGeometryState() protected méthode

protected OnUpdateGeometryState ( ) : void
Résultat void