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
Mostrar archivo Open project: Esri/arcobjects-sdk-community-samples Class Usage Examples

Public Properties

Property Type Description
lstEditorEvents System.Windows.Forms.ListBox
tabControl1 System.Windows.Forms.TabControl
tabPage1 System.Windows.Forms.TabPage

Private Properties

Property Type Description
InitializeComponent void
editEventList_ItemCheck void
eventListener_Changed void
listEvent_MouseDown void

Public Methods

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

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 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

EditorEventsDialog() public method

public EditorEventsDialog ( object hook ) : System
hook object
return System

Property Details

lstEditorEvents public_oe property

public System.Windows.Forms.ListBox lstEditorEvents
return System.Windows.Forms.ListBox

tabControl1 public_oe property

public System.Windows.Forms.TabControl tabControl1
return System.Windows.Forms.TabControl

tabPage1 public_oe property

public System.Windows.Forms.TabPage tabPage1
return System.Windows.Forms.TabPage