| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| |
|
| | |
| | |
| | |
| | Public Interface IExtenderCollection |
| |
|
| | ReadOnly Property ID As String |
| |
|
| | ReadOnly Property Description As String |
| |
|
| | ReadOnly Property DisplayText As String |
| |
|
| | ReadOnly Property Category As Enums.ExtenderCategory |
| |
|
| | ReadOnly Property Level As Enums.ExtenderLevel |
| |
|
| | ReadOnly Property Collection As List(Of IExtender) |
| |
|
| | End Interface |
| |
|
| | Public Interface IExtenderCollection2 |
| |
|
| | ReadOnly Property InsertAtPosition As Integer |
| |
|
| | Sub SetMenuItem(menuitem As Object) |
| |
|
| | End Interface |
| |
|
| | Public Interface IExtender |
| |
|
| | ReadOnly Property ID As String |
| |
|
| | Sub SetMainWindow(mainwindow As System.Windows.Forms.Form) |
| |
|
| | Sub SetFlowsheet(form As IFlowsheet) |
| |
|
| | ReadOnly Property DisplayText As String |
| |
|
| | ReadOnly Property DisplayImage As System.Drawing.Bitmap |
| |
|
| | ReadOnly Property InsertAtPosition As Integer |
| |
|
| | Sub Run() |
| |
|
| | End Interface |
| |
|
| | Public Interface IExtender2 |
| |
|
| | Sub SetMenuItem(menuitem As Object) |
| |
|
| | End Interface |
| |
|
| | Public Interface IExtender3 |
| |
|
| | Sub ReleaseResources() |
| |
|
| | End Interface |
| |
|
| | Public Interface IExtender4 |
| |
|
| | Sub SetParameter(pname As String, pvalue As Object) |
| |
|
| | End Interface |
| |
|
| | Public Interface IExtender5 |
| |
|
| | Property LoadInAutomationMode As Boolean |
| |
|
| | End Interface |