C# Class RSSWeatherLayer.RSSLayerProps

Inheritance: PropertyPage
Afficher le fichier Open project: Esri/arcobjects-sdk-community-samples

Méthodes publiques

Méthode Description
RSSLayerProps ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

OnPageActivate() protected méthode

protected OnPageActivate ( IntPtr hWndParent, Rectangle Rect, bool bModal ) : void
hWndParent System.IntPtr
Rect System.Drawing.Rectangle
bModal bool
Résultat void

OnPageApply() protected méthode

protected OnPageApply ( ) : void
Résultat void

RSSLayerProps() public méthode

public RSSLayerProps ( ) : System
Résultat System