C# Class RevitExplorer.Dialog

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: pzurek/RevitExplorer Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
Dialog ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

Method Details

Dialog() public méthode

public Dialog ( ) : System
Résultat System

Dispose() protected méthode

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

Property Details

activeViewLabel public_oe property

public System.Windows.Forms.Label activeViewLabel
Résultat System.Windows.Forms.Label

applyButton public_oe property

public System.Windows.Forms.Button applyButton
Résultat System.Windows.Forms.Button

closeButton public_oe property

public System.Windows.Forms.Button closeButton
Résultat System.Windows.Forms.Button

elementGridView public_oe property

public System.Windows.Forms.DataGridView elementGridView
Résultat System.Windows.Forms.DataGridView

revertButton public_oe property

public System.Windows.Forms.Button revertButton
Résultat System.Windows.Forms.Button