Show / Hide Table of Contents

Class DnnSkinComboBox

Inheritance
object
Control
WebControl
BaseDataBoundControl
DataBoundControl
ListControl
DropDownList
DnnComboBox
DnnSkinComboBox
Implements
IComponent
IDisposable
IParserAccessor
IUrlResolutionService
IDataBindingsAccessor
IControlBuilderAccessor
IControlDesignerAccessor
IExpressionsAccessor
IAttributeAccessor
IEditableTextControl
ITextControl
IPostBackDataHandler
Inherited Members
DnnComboBox.DataBind()
DnnComboBox.AddItem(string, string)
DnnComboBox.InsertItem(int, string, string)
DnnComboBox.DataBind(string)
DnnComboBox.DataBind(string, bool)
DnnComboBox.Select(string, bool)
DnnComboBox.FindItemByText(string, bool)
DnnComboBox.FindItemByValue(string, bool)
DnnComboBox.FindItemIndexByValue(string)
DnnComboBox.LoadPostData(string, NameValueCollection)
DnnComboBox.RenderContents(HtmlTextWriter)
DnnComboBox.OnPreRender(EventArgs)
DnnComboBox.SelectedValue
DnnComboBox.CheckBoxes
DnnComboBox.MultipleSelect
DnnComboBox.OnClientSelectedIndexChanged
DnnComboBox.Value
DnnComboBox.Options
DnnComboBox.TagKey
DropDownList.AddAttributesToRender(HtmlTextWriter)
DropDownList.CreateControlCollection()
DropDownList.RaisePostDataChangedEvent()
DropDownList.VerifyMultiSelect()
DropDownList.BorderColor
DropDownList.BorderStyle
DropDownList.BorderWidth
DropDownList.SupportsDisabledAttribute
DropDownList.SelectedIndex
ListControl.ClearSelection()
ListControl.LoadViewState(object)
ListControl.OnDataBinding(EventArgs)
ListControl.OnSelectedIndexChanged(EventArgs)
ListControl.OnTextChanged(EventArgs)
ListControl.PerformSelect()
ListControl.SaveViewState()
ListControl.SetPostDataSelection(int)
ListControl.TrackViewState()
ListControl.AppendDataBoundItems
ListControl.AutoPostBack
ListControl.CausesValidation
ListControl.DataTextField
ListControl.DataTextFormatString
ListControl.DataValueField
ListControl.Items
ListControl.SelectedItem
ListControl.Text
ListControl.ValidationGroup
ListControl.SelectedIndexChanged
ListControl.TextChanged
DataBoundControl.OnCreatingModelDataSource(CreatingModelDataSourceEventArgs)
DataBoundControl.CreateDataSourceSelectArguments()
DataBoundControl.GetData()
DataBoundControl.GetDataSource()
DataBoundControl.MarkAsDataBound()
DataBoundControl.OnDataPropertyChanged()
DataBoundControl.OnDataSourceViewChanged(object, EventArgs)
DataBoundControl.OnPagePreLoad(object, EventArgs)
DataBoundControl.ValidateDataSource(object)
DataBoundControl.DataMember
DataBoundControl.IsUsingModelBinders
DataBoundControl.ItemType
DataBoundControl.SelectMethod
DataBoundControl.DataSourceID
DataBoundControl.DataSourceObject
DataBoundControl.SelectArguments
DataBoundControl.CreatingModelDataSource
DataBoundControl.CallingDataMethods
BaseDataBoundControl.ConfirmInitState()
BaseDataBoundControl.EnsureDataBound()
BaseDataBoundControl.OnDataBound(EventArgs)
BaseDataBoundControl.OnInit(EventArgs)
BaseDataBoundControl.DataSource
BaseDataBoundControl.Initialized
BaseDataBoundControl.IsBoundUsingDataSourceID
BaseDataBoundControl.IsDataBindingAutomatic
BaseDataBoundControl.RequiresDataBinding
BaseDataBoundControl.DataBound
WebControl.ApplyStyle(Style)
WebControl.CopyBaseAttributes(WebControl)
WebControl.CreateControlStyle()
WebControl.MergeStyle(Style)
WebControl.Render(HtmlTextWriter)
WebControl.RenderBeginTag(HtmlTextWriter)
WebControl.RenderEndTag(HtmlTextWriter)
WebControl.AccessKey
WebControl.Attributes
WebControl.BackColor
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.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(bool)
Control.DataBindChildren()
Control.AddParsedSubObject(object)
Control.EnsureID()
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.CreateChildControls()
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.Web.UI.WebControls.Internal
Assembly: DotNetNuke.Web.dll
Syntax
public class DnnSkinComboBox : DnnComboBox, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, IEditableTextControl, ITextControl, IPostBackDataHandler

Constructors

DnnSkinComboBox()

Declaration
public DnnSkinComboBox()

Properties

IncludeNoneSpecificItem

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

NoneSpecificText

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

PortalId

Declaration
public int PortalId { get; set; }
Property Value
Type Description
int

RootPath

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

Scope

Declaration
public SkinScope Scope { get; set; }
Property Value
Type Description
SkinScope

Methods

OnLoad(EventArgs)

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

PerformDataBinding(IEnumerable)

Declaration
protected override void PerformDataBinding(IEnumerable dataSource)
Parameters
Type Name Description
IEnumerable dataSource
Overrides
ListControl.PerformDataBinding(IEnumerable)

Implements

IComponent
IDisposable
IParserAccessor
IUrlResolutionService
IDataBindingsAccessor
IControlBuilderAccessor
IControlDesignerAccessor
IExpressionsAccessor
IAttributeAccessor
IEditableTextControl
ITextControl
IPostBackDataHandler

Extension Methods

JsonExtensionsWeb.ToJson(object)
ListControlExtensions.AddItem(ListControl, string, string)
ListControlExtensions.DataBind(ListControl, string)
ListControlExtensions.DataBind(ListControl, string, bool)
ListControlExtensions.InsertItem(ListControl, int, string, string)
ListControlExtensions.Select(ListControl, string)
ListControlExtensions.Select(ListControl, string, bool)
ListControlExtensions.Select(ListControl, string, bool, int)
WebControlExtensions.AddCssClass(WebControl, string)
WebControlExtensions.RemoveCssClass(WebControl, string)
Back to top by the community, for the community... #DNNCMS