C# Class Help, Malevich

Mostrar archivo Open project: daptiv/Malevich Class Usage Examples

Private Properties

Property Type Description
AddLabel Label,
CreateLinkButton HyperLink,
DisplayPageHeader void

Public Methods

Method Description
DisplayHelp ( string sourceUrl ) : void

Displays context-sensitive help.

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Method 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 method

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

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void