SPPageStateControl.ColorNameFromPriority field
The colors that are being applied to the status bar. The index into this array is the enum value of the PageStatusBarPriority.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected ColorNameFromPriority As String()
'Usage
Dim value As String()
value = Me.ColorNameFromPriority
Me.ColorNameFromPriority = value
protected string[] ColorNameFromPriority