C# Class RevitLookup.Test.SDKSamples.CreateSheet.AllViewsForm

Datei anzeigen Open project: jeremytammik/RevitLookup Class Usage Examples

Public Methods

Method Description
AllViewsForm ( Views data ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AddNewViewNode ( string view, string type ) : void

Find the correct spot in the tree to place this View node

CheckNode ( TreeNode node, bool check ) : void

Check or uncheck all child nodes of a grouping (recursively)

GetSelectedViewNames ( ) : ArrayList

See which nodes in the Tree have been checked

InitFormControls ( ) : void

Populate the Form's controls with thier initial values.

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OnAfterCheck_TreeView ( object sender, TreeViewEventArgs e ) : void

When the user checks a TreeNode that is a Category of Views, we need to check or uncheck all the child nodes.

OnBnClick_OK ( object sender, EventArgs e ) : void

Method Details

AllViewsForm() public method

public AllViewsForm ( Views data ) : System
data Views
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void