C# 클래스 Help, Malevich

파일 보기 프로젝트 열기: daptiv/Malevich 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddLabel Label,
CreateLinkButton HyperLink,
DisplayPageHeader void

공개 메소드들

메소드 설명
DisplayHelp ( string sourceUrl ) : void

Displays context-sensitive help.

보호된 메소드들

메소드 설명
Page_Load ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
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.

메소드 상세

DisplayHelp() 공개 메소드

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

Page_Load() 보호된 메소드

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void