C# Class CommandsEnvironment.CommandsEnvironment

Inheritance: System.Windows.Forms.Form
Mostra file Open project: Esri/arcobjects-sdk-community-samples

Public Methods

Method Description
CommandsEnvironment ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
AdjustBounds ( System.Windows.Forms.AxHost controlToAdjust ) : void
ComboBox1_SelectedIndexChanged ( object sender, System e ) : void
CreateDC ( string lpszDriver, string lpszDeviceName, string lpszOutput, IntPtr devMode ) : IntPtr
DPI ( int logPixelOrientation ) : int
DPIX ( ) : int
DPIY ( ) : int
Form1_Load ( object sender, System e ) : void
GetDeviceCaps ( IntPtr hDC, int nIndex ) : int
InitializeComponent ( ) : void

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

Main ( ) : void
axPageLayoutControl1_OnMouseDown ( object sender, ESRI e ) : void
axSymbologyControl1_OnItemSelected ( object sender, ESRI e ) : void

Method Details

CommandsEnvironment() public method

public CommandsEnvironment ( ) : System
return System

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void