Class ModuleMessage
Inheritance
System.Object
ModuleMessage
Assembly: DotNetNuke.dll
Syntax
public class ModuleMessage : SkinObjectBase, ISkinControl
Fields
|
Improve this Doc
View Source
dnnSkinMessage
Declaration
protected Panel dnnSkinMessage
Field Value
|
Improve this Doc
View Source
lblHeading
Declaration
protected Label lblHeading
Field Value
|
Improve this Doc
View Source
lblMessage
Declaration
protected Label lblMessage
Field Value
|
Improve this Doc
View Source
Declaration
protected Control scrollScript
Field Value
Properties
|
Improve this Doc
View Source
Heading
Declaration
public string Heading { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
IconImage
Declaration
public string IconImage { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
IconType
Declaration
public ModuleMessage.ModuleMessageType IconType { get; set; }
Property Value
|
Improve this Doc
View Source
IsModuleMessage
Gets a value indicating whether check this message is shown as page message or module message.
Declaration
public bool IsModuleMessage { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Text
Declaration
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
OnLoad(EventArgs)
The Page_Load server event handler on this page is used
to populate the role information for the page.
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type |
Name |
Description |
EventArgs |
e |
|
|
Improve this Doc
View Source
OnPreRender(EventArgs)
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type |
Name |
Description |
EventArgs |
e |
|
Implements
Extension Methods