UserMenuContainer Class |
Namespace: CMS.Base.Web.UI
public class UserMenuContainer : ContextMenuContainer
The UserMenuContainer type exposes the following members.
Name | Description | |
---|---|---|
UserMenuContainer |
Name | Description | |
---|---|---|
mCheckRelative |
If true, relative ancestor div is checked
(Inherited from ContextMenuContainer.) | |
mContextMenuCssClass |
Context menu CSS class.
(Inherited from ContextMenuContainer.) | |
mCssStyle |
CSS style.
(Inherited from ContextMenuContainer.) | |
mHorizontalPosition |
Horizontal position.
(Inherited from ContextMenuContainer.) | |
mMenuControl |
Menu control.
(Inherited from ContextMenuContainer.) | |
mMenuID |
Menu ID.
(Inherited from ContextMenuContainer.) | |
mMouseButton |
Mouse button.
(Inherited from ContextMenuContainer.) | |
mParameter |
Menu parameter.
(Inherited from ContextMenuContainer.) | |
mRenderAsTag |
Default render tag.
(Inherited from ContextMenuContainer.) | |
mResourcePrefix |
Prefix for the resource strings which will be used for the strings of the context menu.
(Inherited from ContextMenuContainer.) | |
mStopProcessing |
Indicates if the control should perform the operations.
(Inherited from ContextMenuContainer.) | |
mVerticalPosition |
Vertical position.
(Inherited from ContextMenuContainer.) |
Name | Description | |
---|---|---|
ActiveItemCssClass |
CSS class of highlighted element when context menu is opened.
(Inherited from ContextMenuContainer.) | |
ActiveItemInactiveCssClass |
CSS class of highlighted element when context menu is closed.
(Inherited from ContextMenuContainer.) | |
CheckRelative |
If true, relative ancestor div is checked
(Inherited from ContextMenuContainer.) | |
ContextMenuCssClass |
Context menu CSS class.
(Inherited from ContextMenuContainer.) | |
ContextMenuParent |
Control which is the parent for the context menu.
(Inherited from ContextMenuContainer.) | |
CssStyle |
Container CSS style.
(Inherited from ContextMenuContainer.) | |
EnableMouseClick |
Enable mouse click.
(Inherited from ContextMenuContainer.) | |
GetContextMethod |
Name of the javascript method which provides the element context to the menu
(Inherited from ContextMenuContainer.) | |
HorizontalPosition |
Horizontal position.
(Inherited from ContextMenuContainer.) | |
IsLiveSite |
Indicates if control is used on live site.
(Inherited from CMSWebControl.) | |
MenuControl |
Menu control.
(Inherited from ContextMenuContainer.) | |
MenuControlPath |
Menu control.
(Inherited from ContextMenuContainer.) | |
MenuID |
Menu ID.
(Inherited from ContextMenuContainer.) | |
MenuParameter |
Parameter for the menu control.
(Inherited from ContextMenuContainer.) | |
MouseButton |
Mouse button.
(Inherited from ContextMenuContainer.) | |
OffsetX |
Offset X of the menu.
(Inherited from ContextMenuContainer.) | |
OffsetY |
Offset Y of the menu.
(Inherited from ContextMenuContainer.) | |
Parameter |
Menu parameter.
(Inherited from ContextMenuContainer.) | |
ParentElementClientID |
Identifier of parent element under which the context menu lies.
This parameter is optional.
(Inherited from ContextMenuContainer.) | |
RenderAsTag |
Specifies how the container should be rendered (as which tag).
(Inherited from ContextMenuContainer.) | |
ResourcePrefix |
Prefix for the resource strings which will be used for the strings of the context menu.
Default is "general".
(Inherited from ContextMenuContainer.) | |
ShortID |
Short ID of the control.
(Inherited from CMSWebControl.) | |
StopProcessing |
Indicates if the control should perform the operations.
(Inherited from ContextMenuContainer.) | |
VerticalPosition |
Vertical position.
(Inherited from ContextMenuContainer.) |
Name | Description | |
---|---|---|
EnsureMenuControl |
Ensures the menu control.
(Inherited from ContextMenuContainer.) | |
InitializeMenuControl |
Initializes menu control properties
(Inherited from ContextMenuContainer.) | |
OnDataBinding |
OnDataBinding event.
(Overrides ControlOnDataBinding(EventArgs).) | |
OnInit |
OnInit event.
(Overrides ContextMenuContainerOnInit(EventArgs).) | |
OnLoad |
Control Load event.
(Inherited from ContextMenuContainer.) | |
OnPreRender |
Control PreRender event.
(Inherited from ContextMenuContainer.) | |
ReloadMenuData |
Reload menu data.
(Overrides ContextMenuContainerReloadMenuData(Object, EventArgs).) | |
Render |
Render override.
(Overrides ContextMenuContainerRender(HtmlTextWriter).) | |
RenderBeginTag |
Renders the begin tag of the control
(Inherited from ContextMenuContainer.) | |
RenderEndTag |
Renders the end tag of the control
(Inherited from ContextMenuContainer.) | |
RenderStartTag |
Renders the start tag for the menu container.
(Inherited from ContextMenuContainer.) |
Name | Description | |
---|---|---|
AddCssClass |
Adds CSS class to control. If class is already present, than adding is skipped. Class names are case sensitive.
(Defined by ControlsExtensions.) | |
CallHandled |
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.) | |
GetCssClasses |
Returns all CSS classes of control.
(Defined by ControlsExtensions.) | |
GetRenderedHTML |
Returns HTML which would be rendered by control to page.
(Defined by ControlsExtensions.) | |
GetString |
Gets the string by the specified resource key
(Defined by ControlsExtensions.) | |
HasCssClass |
Checks whether the control has given CSS class. Class names are case sensitive.
(Defined by ControlsExtensions.) | |
RemoveCssClass |
Removes all occurrences. Class names are case sensitive.
(Defined by ControlsExtensions.) | |
SetCssClasses |
Sets CSS classes to the control. Current classes will be overridden.
(Defined by ControlsExtensions.) |