C# Class RevitExplorer.Dialog

Inheritance: System.Windows.Forms.Form
Show file Open project: pzurek/RevitExplorer Class Usage Examples

Public Properties

Property Type Description
activeViewLabel System.Windows.Forms.Label
applyButton System.Windows.Forms.Button
closeButton System.Windows.Forms.Button
elementGridView System.Windows.Forms.DataGridView
revertButton System.Windows.Forms.Button

Public Methods

Method Description
Dialog ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

Method Details

Dialog() public method

public Dialog ( ) : System
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

Property Details

activeViewLabel public property

public System.Windows.Forms.Label activeViewLabel
return System.Windows.Forms.Label

applyButton public property

public System.Windows.Forms.Button applyButton
return System.Windows.Forms.Button

closeButton public property

public System.Windows.Forms.Button closeButton
return System.Windows.Forms.Button

elementGridView public property

public System.Windows.Forms.DataGridView elementGridView
return System.Windows.Forms.DataGridView

revertButton public property

public System.Windows.Forms.Button revertButton
return System.Windows.Forms.Button