C# Class TOCLayerFilterCS.TOCLayerFilter

Inheritance: System.Windows.Forms.UserControl, IContentsView3
Exibir arquivo Open project: Esri/arcobjects-sdk-community-samples

Private Properties

Property Type Description
ArcGISCategoryRegistration void
ArcGISCategoryUnregistration void
InitializeComponent void
RefreshList void
RegisterFunction void
SetUpDocumentEvent void
UnregisterFunction void
cboLayerType_SelectedIndexChanged void
tvwLayer_NodeMouseClick void

Public Methods

Method Description
Activate ( int parentHWnd, IMxDocument Document ) : void
AddToSelectedItems ( object item ) : void
BasicActivate ( int parentHWnd, IDocument Document ) : void
Deactivate ( ) : void
Refresh ( object item ) : void
RemoveFromSelectedItems ( object item ) : void
TOCLayerFilter ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ArcGISCategoryRegistration ( Type registerType ) : void

Required method for ArcGIS Component Category registration - Do not modify the contents of this method with the code editor.

ArcGISCategoryUnregistration ( Type registerType ) : void

Required method for ArcGIS Component Category unregistration - Do not modify the contents of this method with the code editor.

InitializeComponent ( ) : void

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

RefreshList ( ) : void
RegisterFunction ( Type registerType ) : void
SetUpDocumentEvent ( IDocument myDocument ) : void
UnregisterFunction ( Type registerType ) : void
cboLayerType_SelectedIndexChanged ( object sender, EventArgs e ) : void
tvwLayer_NodeMouseClick ( object sender, TreeNodeMouseClickEventArgs e ) : void

Method Details

Activate() public method

public Activate ( int parentHWnd, IMxDocument Document ) : void
parentHWnd int
Document IMxDocument
return void

AddToSelectedItems() public method

public AddToSelectedItems ( object item ) : void
item object
return void

BasicActivate() public method

public BasicActivate ( int parentHWnd, IDocument Document ) : void
parentHWnd int
Document IDocument
return void

Deactivate() public method

public Deactivate ( ) : void
return void

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

Refresh() public method

public Refresh ( object item ) : void
item object
return void

RemoveFromSelectedItems() public method

public RemoveFromSelectedItems ( object item ) : void
item object
return void

TOCLayerFilter() public method

public TOCLayerFilter ( ) : System
return System