C# Class CustomRootObject_CS.FrmGxStyleView

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

Public Properties

Property Type Description
picStylePreview System.Windows.Forms.PictureBox

Public Methods

Method Description
FrmGxStyleView ( ) : System
RefreshView ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
GeneratePreview ( ) : void
InitializeComponent ( ) : void

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

picStylePreview_Paint ( object sender, System e ) : void
picStylePreview_SizeChanged ( object sender, EventArgs 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

FrmGxStyleView() public method

public FrmGxStyleView ( ) : System
return System

RefreshView() public method

public RefreshView ( ) : void
return void

Property Details

picStylePreview public_oe property

public System.Windows.Forms.PictureBox picStylePreview
return System.Windows.Forms.PictureBox