Свойство | Type | Description | |
---|---|---|---|
_wall | global::System.Web.UI.WebControls.Table |
Méthode | Description | |
---|---|---|
PopulateMessageTable ( List |
Formats the table of Messages based on the given list of Messages and colors.
|
Méthode | Description | |
---|---|---|
Page_Load ( object sender, |
This is a component, so no work is required when it loads. The population of the table is handled by the page ASP.
|
Méthode | Description | |
---|---|---|
MakeRowForTable ( ActivEarth message, Color backColor, Color textColor ) : System.Web.UI.WebControls.TableRow |
Formats a single row to the table using the given message.
|
|
MakeTextCellForRow ( string text, Color textColor ) : System.Web.UI.WebControls.TableCell |
Formats a cell to add to the row containing the given text.
|
protected Page_Load ( object sender, |
||
sender | object | |
e | ||
Résultat | void |
public PopulateMessageTable ( List |
||
messages | List |
The list of messages to display in the table |
backColors | Color | The list of alternating background colors to display in the table |
textColors | Color | The list of alternating text colors to display in the table |
Résultat | void |