C# Class RSSWeatherLayer.RSSLayerProps2

显示文件 Open project: Esri/arcobjects-sdk-community-samples

Public Properties

Property Type Description
txtSymbolSize System.Windows.Forms.TextBox

Public Methods

Method Description
RSSLayerProps2 ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnPageActivate ( IntPtr hWndParent, Rectangle Rect, bool bModal ) : void
OnPageApply ( ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

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

txtSymbolSize_TextChanged ( 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

OnPageActivate() protected method

protected OnPageActivate ( IntPtr hWndParent, Rectangle Rect, bool bModal ) : void
hWndParent IntPtr
Rect Rectangle
bModal bool
return void

OnPageApply() protected method

protected OnPageApply ( ) : void
return void

RSSLayerProps2() public method

public RSSLayerProps2 ( ) : System
return System

Property Details

txtSymbolSize public_oe property

public System.Windows.Forms.TextBox txtSymbolSize
return System.Windows.Forms.TextBox