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
Mostrar archivo Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method 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 method

public AddCheckPoint ( string checkpoint ) : void
checkpoint string
return void

AddDeliverable() public method

public AddDeliverable ( string deliverable ) : void
deliverable string
return void

DeliverableControl() public method

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
return System