Show / Hide Table of Contents

Class DnnModuleComboBox

Inheritance
object
Control
WebControl
BaseDataBoundControl
DataBoundControl
ListControl
DropDownList
DnnComboBox
DnnModuleComboBox
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.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.PerformDataBinding(IEnumerable)
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.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.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 DnnModuleComboBox : DnnComboBox, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, IEditableTextControl, ITextControl, IPostBackDataHandler

Constructors

DnnModuleComboBox()

Declaration
public DnnModuleComboBox()

Properties

Enabled

Declaration
public override bool Enabled { get; set; }
Property Value
Type Description
bool
Overrides
WebControl.Enabled

Filter

Declaration
public Func<KeyValuePair<string, PortalDesktopModuleInfo>, bool> Filter { get; set; }
Property Value
Type Description
Func<KeyValuePair<string, PortalDesktopModuleInfo>, bool>

ItemCount

Declaration
public int ItemCount { get; }
Property Value
Type Description
int

RadComboBoxClientId

Declaration
public string RadComboBoxClientId { get; }
Property Value
Type Description
string

SelectedValue

Declaration
public override string SelectedValue { get; }
Property Value
Type Description
string
Overrides
DnnComboBox.SelectedValue

Methods

BindAllPortalDesktopModules()

Declaration
public void BindAllPortalDesktopModules()

BindTabModulesByTabID(int)

Declaration
public void BindTabModulesByTabID(int tabID)
Parameters
Type Name Description
int tabID

OnInit(EventArgs)

Declaration
protected override void OnInit(EventArgs e)
Parameters
Type Name Description
EventArgs e
Overrides
BaseDataBoundControl.OnInit(EventArgs)

OnItemChanged()

Declaration
protected virtual void OnItemChanged()

OnLoad(EventArgs)

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

OnPreRender(EventArgs)

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

SetModule(string)

Declaration
public void SetModule(string code)
Parameters
Type Name Description
string code

Events

ItemChanged

Declaration
public event EventHandler ItemChanged
Event Type
Type Description
EventHandler

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