The C1ComboBoxItem type exposes the following members.

Methods

  NameDescription
Protected methodAddAttributesToRender
Adds HTML attributes and styles that need to be rendered to the specified HtmlTextWriterTag.
(Overrides UIElementAddAttributesToRender(HtmlTextWriter).)
Protected methodCreateChildControls
Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
(Overrides Control..::..CreateChildControls()()()().)
Protected methodOnPreRender
Raises the PreRender event.
(Overrides Control..::..OnPreRender(EventArgs).)
Public methodRemove
Removes this C1ComboBoxItem from Items()()()() collection.
Public methodRenderBeginTag
RenderBeginTag
(Overrides WebControl..::..RenderBeginTag(HtmlTextWriter).)
Protected methodRenderContents
Renders the contents of the control to the specified writer.
(Overrides WebControl..::..RenderContents(HtmlTextWriter).)
Public methodRenderControl
Outputs server control content to a provided HtmlTextWriter object and stores tracing information about the control if tracing is enabled.
(Overrides Control..::..RenderControl(HtmlTextWriter).)

Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodIComparable..::..CompareTo
IComparable.CompareTo implementation.

See Also