Click or drag to resize
ContextMenuContainer Methods

The ContextMenuContainer type exposes the following members.

Methods
  NameDescription
Protected methodEnsureMenuControl
Ensures the menu control.
Public methodStatic memberGetEndTag
Gets the div end tag for context menu container.
Public methodStatic memberGetEndTag(Boolean)
Gets the end tag for context menu container.
Public methodStatic memberGetEndTag(HtmlTextWriterTag)
Gets the end tag for context menu container.
Public methodStatic memberGetStartDisabledTag
Gets the start tag for context menu container in disabled state
Public methodStatic memberGetStartTag(String, String)
Gets the start tag for context menu container.
Public methodStatic memberGetStartTag(String, String, Boolean, Boolean)
Gets the start tag for context menu container.
Public methodStatic memberGetStartTag(String, String, Boolean, HtmlTextWriterTag, String, String)
Gets the start tag for context menu container.
Public methodStatic memberGetStartTag(String, String, Boolean, HtmlTextWriterTag, String, String, String, Boolean, String)
Gets the start tag for context menu container.
Public methodInitializeMenuControl
Initializes menu control properties
Protected methodOnInit
Control Init event.
(Overrides CMSWebControlOnInit(EventArgs).)
Protected methodOnLoad
Control Load event.
(Overrides ControlOnLoad(EventArgs).)
Protected methodOnPreRender
Control PreRender event.
(Overrides ControlOnPreRender(EventArgs).)
Protected methodReloadMenuData
Reload menu data.
Protected methodRender
Control Render event.
(Overrides WebControlRender(HtmlTextWriter).)
Public methodRenderBeginTag
Renders the begin tag of the control
(Overrides WebControlRenderBeginTag(HtmlTextWriter).)
Public methodRenderEndTag
Renders the end tag of the control
(Overrides WebControlRenderEndTag(HtmlTextWriter).)
Public methodRenderStartTag
Renders the start tag for the menu container.
Top
Extension Methods
  NameDescription
Public Extension MethodAddCssClass
Adds CSS class to control. If class is already present, than adding is skipped. Class names are case sensitive.
(Defined by ControlsExtensions.)
Public Extension MethodCallHandled
Calls the method handled by the exception handler. If the call doesn't succeed, the problem is reported through parent IExceptionHandler control instead of throwing unhandled exception for the entire page. Returns true, if the call succeeded, otherwise returns false.
(Defined by ControlsExtensions.)
Public Extension MethodGetCssClasses
Returns all CSS classes of control.
(Defined by ControlsExtensions.)
Public Extension MethodGetRenderedHTML
Returns HTML which would be rendered by control to page.
(Defined by ControlsExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by ControlsExtensions.)
Public Extension MethodHasCssClass
Checks whether the control has given CSS class. Class names are case sensitive.
(Defined by ControlsExtensions.)
Public Extension MethodRemoveCssClass
Removes all occurrences. Class names are case sensitive.
(Defined by ControlsExtensions.)
Public Extension MethodSetCssClasses
Sets CSS classes to the control. Current classes will be overridden.
(Defined by ControlsExtensions.)
Top
See Also