Class LabelControl
Assembly: DotNetNuke.dll
Syntax
public abstract class LabelControl : UserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
Constructors
LabelControl()
Declaration
Fields
cmdHelp
Declaration
protected LinkButton cmdHelp
Field Value
label
Declaration
protected HtmlGenericControl label
Field Value
lblHelp
Declaration
Field Value
lblLabel
Declaration
Field Value
lblNoHelpLabel
Declaration
protected Label lblNoHelpLabel
Field Value
pnlHelp
Declaration
Field Value
Properties
Declaration
public string AssociateFormat { get; set; }
Property Value
ControlName
Declaration
public string ControlName { get; set; }
Property Value
CssClass
Declaration
public string CssClass { get; set; }
Property Value
HelpKey
Declaration
public string HelpKey { get; set; }
Property Value
HelpText
Declaration
public string HelpText { get; set; }
Property Value
NoHelpLabelText
Declaration
public string NoHelpLabelText { get; set; }
Property Value
ResourceKey
Declaration
public string ResourceKey { get; set; }
Property Value
Suffix
Declaration
public string Suffix { get; set; }
Property Value
Text
Declaration
public string Text { get; set; }
Property Value
Width
Declaration
public Unit Width { 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
Implements
Extension Methods