C# Class Events.EditorEventsDialog

Designer class of the dockable window add-in. It contains user interfaces that make up the dockable window.
Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: Esri/arcobjects-sdk-community-samples Class Usage Examples

Méthodes publiques

Свойство Type Description
lstEditorEvents System.Windows.Forms.ListBox
tabControl1 System.Windows.Forms.TabControl
tabPage1 System.Windows.Forms.TabPage

Private Properties

Свойство Type Description
InitializeComponent void
editEventList_ItemCheck void
eventListener_Changed void
listEvent_MouseDown void

Méthodes publiques

Méthode Description
EditorEventsDialog ( object hook ) : 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.

editEventList_ItemCheck ( object sender, System e ) : void
eventListener_Changed ( object sender, EditorEventArgs e ) : void
listEvent_MouseDown ( object sender, MouseEventArgs e ) : void

Method Details

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

EditorEventsDialog() public méthode

public EditorEventsDialog ( object hook ) : System
hook object
Résultat System

Property Details

lstEditorEvents public_oe property

public System.Windows.Forms.ListBox lstEditorEvents
Résultat System.Windows.Forms.ListBox

tabControl1 public_oe property

public System.Windows.Forms.TabControl tabControl1
Résultat System.Windows.Forms.TabControl

tabPage1 public_oe property

public System.Windows.Forms.TabPage tabPage1
Résultat System.Windows.Forms.TabPage