C# Class PageAppearance.Form1

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

Public Properties

Property Type Description
Frame1 System.Windows.Forms.GroupBox
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
Label6 System.Windows.Forms.Label
Label7 System.Windows.Forms.Label
chkShowPrintableArea System.Windows.Forms.CheckBox
cmdLoadDocument System.Windows.Forms.Button
cmdReset System.Windows.Forms.Button
cmdZoomPage System.Windows.Forms.Button
optIFrameProperties System.Windows.Forms.RadioButton
optIPage System.Windows.Forms.RadioButton
optIPropertySupport System.Windows.Forms.RadioButton
txbPath System.Windows.Forms.TextBox

Public Methods

Method Description
Form1 ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

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
UpdateSymbol ( IStyleGalleryItem styleGalleryItem ) : void
axPageLayoutControl1_OnMouseDown ( object sender, ESRI e ) : void
axSymbologyControl1_OnDoubleClick ( object sender, ESRI e ) : void
axSymbologyControl2_OnDoubleClick ( object sender, ESRI e ) : void
axSymbologyControl3_OnDoubleClick ( object sender, ESRI e ) : void
axSymbologyControl4_OnDoubleClick ( object sender, ESRI e ) : void
chkShowPrintableArea_Click ( object sender, System e ) : void
cmdLoadDocument_Click ( object sender, System e ) : void
cmdReset_Click ( object sender, System e ) : void
cmdZoomPage_Click ( object sender, System e ) : void

Method Details

Dispose() protected method

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

Form1() public method

public Form1 ( ) : System
return System

Property Details

Frame1 public_oe property

public GroupBox,System.Windows.Forms Frame1
return System.Windows.Forms.GroupBox

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

Label6 public_oe property

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

Label7 public_oe property

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

chkShowPrintableArea public_oe property

public CheckBox,System.Windows.Forms chkShowPrintableArea
return System.Windows.Forms.CheckBox

cmdLoadDocument public_oe property

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

cmdReset public_oe property

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

cmdZoomPage public_oe property

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

optIFrameProperties public_oe property

public RadioButton,System.Windows.Forms optIFrameProperties
return System.Windows.Forms.RadioButton

optIPage public_oe property

public RadioButton,System.Windows.Forms optIPage
return System.Windows.Forms.RadioButton

optIPropertySupport public_oe property

public RadioButton,System.Windows.Forms optIPropertySupport
return System.Windows.Forms.RadioButton

txbPath public_oe property

public TextBox,System.Windows.Forms txbPath
return System.Windows.Forms.TextBox