C# Class SiteView.Panel.Module

模块
Inheritance: PanelTemplate
Show file Open project: SiteView/ECC8.13 Class Usage Examples

Public Properties

Property Type Description
Boxes System.Collections.ArrayList
Document MindFusion.FlowChartX.FlowChart
Lamps System.Collections.ArrayList
Ports System.Collections.ArrayList
Rect System.Drawing.RectangleF

Private Properties

Property Type Description
ShowModule void

Public Methods

Method Description
Close ( ) : void

关闭当前模块

Module ( ) : System

构造对象

Private Methods

Method Description
ShowModule ( string type ) : void

显示模块

Method Details

Close() public method

关闭当前模块
public Close ( ) : void
return void

Module() public method

构造对象
public Module ( ) : System
return System

Property Details

Boxes public property

public ArrayList,System.Collections Boxes
return System.Collections.ArrayList

Document public property

public FlowChart,MindFusion.FlowChartX Document
return MindFusion.FlowChartX.FlowChart

Lamps public property

public ArrayList,System.Collections Lamps
return System.Collections.ArrayList

Ports public property

public ArrayList,System.Collections Ports
return System.Collections.ArrayList

Rect public property

public RectangleF,System.Drawing Rect
return System.Drawing.RectangleF