Property | Type | Description | |
---|---|---|---|
frmPrint | global::System.Web.UI.HtmlControls.HtmlForm | ||
lblContent | global::System.Web.UI.WebControls.Literal |
Method | Description | |
---|---|---|
PrintContent ( ) : void |
Prints the content.
|
Method | Description | |
---|---|---|
Page_Load ( object sender, EventArgs e ) : void |
Method | Description | |
---|---|---|
PrintDiscussion ( StringBuilder sb ) : void |
Prints a discussion.
|
|
PrintMessage ( Message message, Message parent, StringBuilder sb ) : void |
Prints a message.
|
|
PrintSubtree ( IEnumerable |
Prints a subtree of Messages depth-first.
|
protected Page_Load ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
protected global::System.Web.UI.HtmlControls.HtmlForm frmPrint | ||
return | global::System.Web.UI.HtmlControls.HtmlForm |