Property | Type | Description | |
---|---|---|---|
BtnSelect | ToolStripButton |
Property | Type | Description | |
---|---|---|---|
AddListViewItem | int | ||
ControlsToData | void | ||
DataToControls | void | ||
HasConnectorLocation | bool | ||
InitializeComponent | void | ||
btnSelect_Click | void |
Method | Description | |
---|---|---|
AddConnectorLocation ( ConnectorLocation connectorLocation ) : void | ||
ConnectorLocationPinListControl ( ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
btnAdd_Click ( object sender, EventArgs e ) : void | ||
btnDelete_Click ( object sender, EventArgs e ) : void | ||
btnEdit_Click ( object sender, EventArgs e ) : void | ||
btnFind_Click ( object sender, EventArgs e ) : void |
Method | Description | |
---|---|---|
AddListViewItem ( ConnectorLocation connectorLocation ) : int | ||
ControlsToData ( ) : void | ||
DataToControls ( ) : void | ||
HasConnectorLocation ( ConnectorLocation connectorLocation ) : bool | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
btnSelect_Click ( object sender, EventArgs e ) : void |
public AddConnectorLocation ( ConnectorLocation connectorLocation ) : void | ||
connectorLocation | ConnectorLocation | |
return | void |
public ConnectorLocationPinListControl ( ) : System | ||
return | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected btnAdd_Click ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
protected btnDelete_Click ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
protected btnEdit_Click ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
protected btnFind_Click ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |