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
显示文件 Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
OnUpdateGeometryState ( ) : void

Method Details

AddDeliverable() public method

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

Clear() public method

public Clear ( ) : void
return void

DeliverablesList() public method

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

DeliverablesList() public method

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

DeliverablesList() public method

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

DrawBackground() public method

public DrawBackground ( DrawEvent devent ) : void
devent NewTOAPIA.UI.DrawEvent
return void

OnUpdateGeometryState() protected method

protected OnUpdateGeometryState ( ) : void
return void