PopupMenuSettings Members
In This Article
#Constructors
Name | Description |
---|---|
Popup |
Initializes a new instance of the Popup |
#Properties
Name | Description |
---|---|
Accessibility |
Enables accessibility support.
Inherited from Menu |
Access |
Gets or sets the access key that allows you to quickly navigate to the ASP. |
Allow |
Gets or sets a value specifying whether items can be selected within the menu.
Inherited from Menu |
Appear |
Gets or sets the delay in displaying submenus within the menu.
Inherited from Menu |
Apply |
Gets or sets a value that specifies whether the styles defined for menu items can be applied to templated menu items.
Inherited from Menu |
Attributes |
Gets the collection of arbitrary attributes (for rendering only) that do not correspond to properties on the control.
Inherited from Settings |
Auto |
Gets or sets a value that specifies the manner in which a specific separator is displayed to separate menu items from each other.
Inherited from Menu |
Border |
Gets or sets a value that specifies how the border is displayed between a menu item and its submenu.
Inherited from Menu |
Callback |
Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks. |
Client |
Gets an object that lists the client-side events specific to the Menu.
Inherited from Menu |
Close |
Gets or sets a value that specifies which action forces a displayed popup menu to close. |
Control |
Provides access to the style settings declared at the root level of the Menu’s wrapped web server control.
Inherited from Menu |
Custom |
Enables you to supply any server data that can then be parsed on the client.
Inherited from Menu |
Data |
Allows you to perform custom actions before a menu is bound to a data source.
Inherited from Menu |
Data |
Enables you to perform a custom action after the Menu (Popup |
Disappear |
Gets or sets the duration after which a dynamic menu (a menu item’s submenu or a popup menu) disappears when the mouse pointer is no longer positioned over the menu.
Inherited from Menu |
Enable |
Gets or sets a value that specifies whether a specific animation effect is used when invoking a Popup |
Enabled |
Gets or sets a value that indicates whether the MVC Extension is enabled, allowing it to respond to end-user interactions.
Inherited from Settings |
Enable |
Gets or sets a value that specifies whether menu items can visually respond to mouse hovering.
Inherited from Menu |
Enable |
Gets or sets a value indicating whether popup menu scrolling is enabled. |
Enable |
Gets or sets a value indicating whether themes apply to this extension.
Inherited from Settings |
Encode |
Gets or sets whether to encode editor value and content.
Inherited from Settings |
Height |
Gets or sets the height of the extension.
Inherited from Settings |
Images |
Provides access to the settings that define images for various elements within the Menu.
Inherited from Menu |
Image |
Gets or sets the name of a data field (or an xml element’s attribute) which provides URLs for images displayed within menu items.
Inherited from Menu |
Init |
Enables you to perform custom actions when an extension is initialized.
Inherited from Settings |
Item |
Enables you to customize settings of a bound menu item before it is finally rendered.
Inherited from Menu |
Item |
Gets or sets a value that specifies how menu items are represented as links within the menu.
Inherited from Menu |
Items |
Gets a collection that contains menu items of the menu’s root level.
Inherited from Menu |
Item |
Gets specific offset settings for submenus of the submenu items.
Inherited from Menu |
Left | Gets or sets the x-coordinate of the popup menu’s left side. |
Maximum |
Gets or sets the number of menu levels to render.
Inherited from Menu |
Name |
Specifies the unique identifier name for the extension.
Inherited from Settings |
Name |
Gets or sets the name of a data field (or an xml element’s attribute) which provides unique menu item identifier names.
Inherited from Menu |
Navigate |
Gets or sets the name of a data field (or an xml element’s attribute) which provides menu item navigation locations.
Inherited from Menu |
Navigate |
Gets or sets the pattern used to format item navigation URLs.
Inherited from Menu |
Popup |
Gets or sets a value that specifies which action forces the current popup menu to appear. |
Popup |
Gets or sets the ID of an element with which the current popup menu is associated. |
Popup |
Allows an object specified by the Popup |
Popup |
Gets or sets a popup menu’s horizontal alignment. |
Popup |
Gets or sets a popup menu’s horizontal offset. |
Popup |
Gets or sets a popup menu’s vertical alignment. |
Popup |
Gets or sets a popup menu’s vertical offset. |
Pre |
Allows custom processing to be implemented before the extension is rendered to the page.
Inherited from Settings |
Render |
Gets or sets a value that specifies whether popup menus are displayed above Java applets that may present on the web page.
Inherited from Menu |
Right |
Specifies whether to apply right-to-left representation to the extension.
Inherited from Menu |
Root |
Gets specific offset settings for submenus of the root menu items.
Inherited from Menu |
Select |
Gets or sets whether a root menu item is displayed as selected when selecting any of its subitems.
Inherited from Menu |
Show |
Gets or sets a value specifying whether pop-out images indicating that a menu item has a submenu are displayed.
Inherited from Menu |
Show |
Gets or sets a value that specifies whether a submenu casts a shadow.
Inherited from Menu |
Skin |
Gets or sets the skin to apply to the control.
Inherited from Settings |
Style |
Gets a collection of all cascading style sheet (CSS) properties applied to an extension.
Inherited from Settings |
Styles |
Provides access to the style settings that control the appearance of the extension’s visual elements.
Inherited from Menu |
Sync |
Gets or sets whether the menu item, whose navigation location points to the currently browsed web page, is automatically selected.
Inherited from Menu |
Tab |
Gets or sets the tab index of the control element of the web page.
Inherited from Settings |
Target |
Gets or sets the window or frame to which to target the contents of the URLs associated with all links within a menu.
Inherited from Menu |
Text |
Gets or sets the name of a data field (or an xml element’s attribute) which provides menu item texts.
Inherited from Menu |
Text |
Gets or sets the pattern used to format menu item texts.
Inherited from Menu |
Theme |
Gets or sets the name of the theme to be applied to the extension.
Inherited from Settings |
Tool |
Gets or sets a UI element’s tooltip text.
Inherited from Settings |
Tool |
Gets or sets the name of a data field (or an xml element’s attribute) which provides menu item tooltip texts.
Inherited from Menu |
Top | Gets or sets the y-coordinate of the popup menu’s top side. |
Width |
Gets or sets the width of the extension.
Inherited from Settings |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Set |
Allows you to provide a template for rendering the content of all menu items.
Inherited from Menu |
Set |
Allows you to provide a template for rendering the content of all menu items.
Inherited from Menu |
Set |
Allows you to provide a template for rendering the text content of all menu items.
Inherited from Menu |
Set |
Allows you to provide a template for rendering the text content of all menu items.
Inherited from Menu |
Set |
Allows you to provide a template for rendering the client region’s content of all submenus within a menu.
Inherited from Menu |
Set |
Allows you to provide a template for rendering the client region’s content of all submenus within a menu.
Inherited from Menu |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also