Class SectionHeadControl
Inheritance
SectionHeadControl
Assembly: DotNetNuke.dll
Syntax
public class SectionHeadControl : UserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
Constructors
SectionHeadControl()
Declaration
public SectionHeadControl()
Fields
imgIcon
Declaration
protected ImageButton imgIcon
Field Value
lblTitle
Declaration
Field Value
pnlRule
Declaration
Field Value
Properties
CssClass
Declaration
public string CssClass { get; set; }
Property Value
IncludeRule
Declaration
public bool IncludeRule { get; set; }
Property Value
IsExpanded
Declaration
public bool IsExpanded { get; set; }
Property Value
JavaScript
Declaration
public string JavaScript { get; set; }
Property Value
MaxImageUrl
Declaration
public string MaxImageUrl { get; set; }
Property Value
MinImageUrl
Declaration
public string MinImageUrl { get; set; }
Property Value
ResourceKey
Declaration
public string ResourceKey { get; set; }
Property Value
Section
Declaration
public string Section { get; set; }
Property Value
Text
Declaration
public string Text { get; set; }
Property Value
Methods
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Overrides
OnPreRender(EventArgs)
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Overrides
imgIcon_Click(object, ImageClickEventArgs)
Declaration
protected void imgIcon_Click(object sender, ImageClickEventArgs e)
Parameters
Implements
Extension Methods