Show / Hide Table of Contents

Class PropertyLabelControl

Inheritance
object
Control
WebControl
PropertyLabelControl
Implements
IComponent
IDisposable
IParserAccessor
IUrlResolutionService
IDataBindingsAccessor
IControlBuilderAccessor
IControlDesignerAccessor
IExpressionsAccessor
IAttributeAccessor
Inherited Members
WebControl.AddAttributesToRender(HtmlTextWriter)
WebControl.ApplyStyle(Style)
WebControl.CopyBaseAttributes(WebControl)
WebControl.CreateControlStyle()
WebControl.LoadViewState(object)
WebControl.TrackViewState()
WebControl.MergeStyle(Style)
WebControl.Render(HtmlTextWriter)
WebControl.RenderBeginTag(HtmlTextWriter)
WebControl.RenderEndTag(HtmlTextWriter)
WebControl.RenderContents(HtmlTextWriter)
WebControl.SaveViewState()
WebControl.AccessKey
WebControl.Attributes
WebControl.BackColor
WebControl.BorderColor
WebControl.BorderWidth
WebControl.BorderStyle
WebControl.ControlStyle
WebControl.ControlStyleCreated
WebControl.CssClass
WebControl.DisabledCssClass
WebControl.Style
WebControl.Enabled
WebControl.EnableTheming
WebControl.Font
WebControl.ForeColor
WebControl.HasAttributes
WebControl.Height
WebControl.IsEnabled
WebControl.SupportsDisabledAttribute
WebControl.SkinID
WebControl.TabIndex
WebControl.TagName
WebControl.ToolTip
WebControl.Width
Control.ResolveAdapter()
Control.HasEvents()
Control.GetRouteUrl(object)
Control.GetRouteUrl(string, object)
Control.GetRouteUrl(RouteValueDictionary)
Control.GetRouteUrl(string, RouteValueDictionary)
Control.GetUniqueIDRelativeTo(Control)
Control.ApplyStyleSheetSkin(Page)
Control.DataBind()
Control.DataBind(bool)
Control.DataBindChildren()
Control.AddParsedSubObject(object)
Control.EnsureID()
Control.OnInit(EventArgs)
Control.ClearChildState()
Control.ClearChildControlState()
Control.ClearChildViewState()
Control.ClearEffectiveClientIDMode()
Control.ClearCachedClientID()
Control.Focus()
Control.LoadControlState(object)
Control.MapPathSecure(string)
Control.OpenFile(string)
Control.BuildProfileTree(string, bool)
Control.SaveControlState()
Control.RenderChildren(HtmlTextWriter)
Control.RenderControl(HtmlTextWriter)
Control.RenderControl(HtmlTextWriter, ControlAdapter)
Control.OnUnload(EventArgs)
Control.Dispose()
Control.RaiseBubbleEvent(object, EventArgs)
Control.OnBubbleEvent(object, EventArgs)
Control.AddedControl(Control, int)
Control.CreateControlCollection()
Control.ResolveUrl(string)
Control.ResolveClientUrl(string)
Control.FindControl(string)
Control.FindControl(string, int)
Control.GetDesignModeState()
Control.HasControls()
Control.IsLiteralContent()
Control.EnsureChildControls()
Control.RemovedControl(Control)
Control.SetDesignModeState(IDictionary)
Control.SetRenderMethodDelegate(RenderMethod)
Control.ClientIDMode
Control.ClientID
Control.ClientIDSeparator
Control.Context
Control.Adapter
Control.DesignMode
Control.Events
Control.ID
Control.IsChildControlStateCleared
Control.EnableViewState
Control.ViewStateMode
Control.IsViewStateEnabled
Control.NamingContainer
Control.IdSeparator
Control.LoadViewStateByID
Control.Page
Control.RenderingCompatibility
Control.TemplateControl
Control.Parent
Control.TemplateSourceDirectory
Control.AppRelativeTemplateSourceDirectory
Control.Site
Control.Visible
Control.UniqueID
Control.HasChildViewState
Control.Controls
Control.ValidateRequestMode
Control.ViewState
Control.ViewStateIgnoresCase
Control.ChildControlsCreated
Control.IsTrackingViewState
Control.Disposed
Control.DataBinding
Control.Init
Control.Load
Control.PreRender
Control.Unload
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.dll
Syntax
public class PropertyLabelControl : WebControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor

Constructors

PropertyLabelControl()

Declaration
public PropertyLabelControl()

Fields

cmdHelp

Declaration
protected LinkButton cmdHelp
Field Value
Type Description
LinkButton

label

Declaration
protected HtmlGenericControl label
Field Value
Type Description
HtmlGenericControl

lblHelp

Declaration
protected Label lblHelp
Field Value
Type Description
Label

lblLabel

Declaration
protected Label lblLabel
Field Value
Type Description
Label

pnlHelp

Declaration
protected Panel pnlHelp
Field Value
Type Description
Panel

pnlTooltip

Declaration
protected Panel pnlTooltip
Field Value
Type Description
Panel

Properties

AssociatedControlId

Declaration
public string AssociatedControlId { get; set; }
Property Value
Type Description
string

Caption

Declaration
[Browsable(true)]
public string Caption { get; set; }
Property Value
Type Description
string

DataField

Declaration
[Browsable(true)]
public string DataField { get; set; }
Property Value
Type Description
string

DataSource

Declaration
[Browsable(false)]
public object DataSource { get; set; }
Property Value
Type Description
object

EditControl

Declaration
[Browsable(false)]
public Control EditControl { get; set; }
Property Value
Type Description
Control

HelpStyle

Declaration
[Browsable(true)]
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style HelpStyle { get; }
Property Value
Type Description
Style

HelpText

Declaration
[Browsable(true)]
public string HelpText { get; set; }
Property Value
Type Description
string

LabelStyle

Declaration
[Browsable(true)]
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style LabelStyle { get; }
Property Value
Type Description
Style

Required

Declaration
public bool Required { get; set; }
Property Value
Type Description
bool

ResourceKey

Declaration
[Browsable(true)]
public string ResourceKey { get; set; }
Property Value
Type Description
string

ShowHelp

Declaration
[Browsable(true)]
public bool ShowHelp { get; set; }
Property Value
Type Description
bool

TagKey

Declaration
protected override HtmlTextWriterTag TagKey { get; }
Property Value
Type Description
HtmlTextWriterTag
Overrides
WebControl.TagKey

Methods

CreateChildControls()

Declaration
protected override void CreateChildControls()
Overrides
Control.CreateChildControls()

OnDataBinding(EventArgs)

Declaration
protected override void OnDataBinding(EventArgs e)
Parameters
Type Name Description
EventArgs e
Overrides
Control.OnDataBinding(EventArgs)

OnLoad(EventArgs)

Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type Name Description
EventArgs e
Overrides
Control.OnLoad(EventArgs)

OnPreRender(EventArgs)

Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type Name Description
EventArgs e
Overrides
Control.OnPreRender(EventArgs)

Implements

IComponent
IDisposable
IParserAccessor
IUrlResolutionService
IDataBindingsAccessor
IControlBuilderAccessor
IControlDesignerAccessor
IExpressionsAccessor
IAttributeAccessor

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS