C# Class PLC.DeliverableControl

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
AddCheckPoint ( string checkpoint ) : void
AddDeliverable ( string deliverable ) : void
DeliverableControl ( string name, int x, int y, int width, int height, uint bkColor ) : System

Method Details

AddCheckPoint() public méthode

public AddCheckPoint ( string checkpoint ) : void
checkpoint string
Résultat void

AddDeliverable() public méthode

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

DeliverableControl() public méthode

public DeliverableControl ( 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