C# Class ToolbarMenu.Form1

Summary description for Form1.
Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: Esri/arcobjects-sdk-community-samples

Public Properties

Property Type Description
Label1 System.Windows.Forms.Label
Label2 System.Windows.Forms.Label
Label3 System.Windows.Forms.Label
Label4 System.Windows.Forms.Label
Label5 System.Windows.Forms.Label
cmdAddMenu System.Windows.Forms.Button
cmdAddSubMenu System.Windows.Forms.Button

Public Methods

Method Description
Form1 ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
Form1_Load ( object sender, System e ) : void
InitializeComponent ( ) : void

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

Main ( ) : void
axMapControl1_OnMouseDown ( object sender, IMapControlEvents2_OnMouseDownEvent e ) : void
cmdAddMenu_Click ( object sender, System e ) : void
cmdAddSubMenu_Click ( object sender, System e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

Form1() public method

public Form1 ( ) : System
return System

Property Details

Label1 public_oe property

public Label,System.Windows.Forms Label1
return System.Windows.Forms.Label

Label2 public_oe property

public Label,System.Windows.Forms Label2
return System.Windows.Forms.Label

Label3 public_oe property

public Label,System.Windows.Forms Label3
return System.Windows.Forms.Label

Label4 public_oe property

public Label,System.Windows.Forms Label4
return System.Windows.Forms.Label

Label5 public_oe property

public Label,System.Windows.Forms Label5
return System.Windows.Forms.Label

cmdAddMenu public_oe property

public Button,System.Windows.Forms cmdAddMenu
return System.Windows.Forms.Button

cmdAddSubMenu public_oe property

public Button,System.Windows.Forms cmdAddSubMenu
return System.Windows.Forms.Button