C# Class Help, Malevich

Afficher le fichier Open project: daptiv/Malevich Class Usage Examples

Private Properties

Свойство Type Description
AddLabel Label,
CreateLinkButton HyperLink,
DisplayPageHeader void

Méthodes publiques

Méthode Description
DisplayHelp ( string sourceUrl ) : void

Displays context-sensitive help.

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
AddLabel ( string contents ) : Label,

Creates and adds a new label to the active page.

CreateLinkButton ( string text, string url ) : HyperLink,

Create a link that has the appearance of a button. Currently disabled, as display does not quite work right.

DisplayPageHeader ( string title ) : void

Displays the header for a page.

Method Details

DisplayHelp() public méthode

Displays context-sensitive help.
public DisplayHelp ( string sourceUrl ) : void
sourceUrl string The URL from which the request came.
Résultat void

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void