Class ModuleMessage
Implements
Inherited Members
Namespace: DotNetNuke.UI.Skins.Controls
Assembly: DotNetNuke.dll
Syntax
public class ModuleMessage : SkinObjectBase, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor, ISkinControl
Constructors
ModuleMessage()
Declaration
public ModuleMessage()
Fields
dnnSkinMessage
Declaration
protected Panel dnnSkinMessage
Field Value
Type | Description |
---|---|
Panel |
lblHeading
Declaration
protected Label lblHeading
Field Value
Type | Description |
---|---|
Label |
lblMessage
Declaration
protected Label lblMessage
Field Value
Type | Description |
---|---|
Label |
scrollScript
Declaration
protected Control scrollScript
Field Value
Type | Description |
---|---|
Control |
Properties
Heading
Declaration
public string Heading { get; set; }
Property Value
Type | Description |
---|---|
string |
IconImage
Declaration
public string IconImage { get; set; }
Property Value
Type | Description |
---|---|
string |
IconType
Declaration
public ModuleMessage.ModuleMessageType IconType { get; set; }
Property Value
Type | Description |
---|---|
ModuleMessage.ModuleMessageType |
IsModuleMessage
Declaration
public bool IsModuleMessage { get; }
Property Value
Type | Description |
---|---|
bool |
Text
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e |
Overrides
OnPreRender(EventArgs)
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e |