Method | Description | |
---|---|---|
form_Main ( ExternalCommandData p_commandData ) : System |
Constructor
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
ButtonHelp_Click ( object sender, |
Help Button
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
SelectDeselectAll ( bool bSelected ) : void |
Function to Select-Deselect all elements in list
|
|
btnCancel_Click ( object sender, |
Cancel Button
|
|
btnCreate_Click ( object sender, |
Commit View Creations
|
|
checkBoxAll_CheckedChanged ( object sender, |
Bind Select-Deselect function to check box
|
|
makeViews ( System.Windows.Forms.Document doc ) : bool |
Main function to create all views
|
|
populateCheckListBox ( System.Windows.Forms.Document doc ) : void |
Populate the checked list box with all views in current document
|
|
populateViewDiscipline ( ) : void |
Populate the View Disciplines
|
|
populateViewType ( ) : void |
Populate the View types
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public form_Main ( ExternalCommandData p_commandData ) : System | ||
p_commandData | ExternalCommandData | |
return | System |