C# Class SiteView.Panel.Module

模块
Inheritance: PanelTemplate
显示文件 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_oe property

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

Document public_oe property

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

Lamps public_oe property

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

Ports public_oe property

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

Rect public_oe property

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