MenuSettingsBase Members
In This Article
#Constructors
Name | Description |
---|---|
Menu |
Initializes a new instance of the Menu |
#Properties
Name | Description |
---|---|
Accessibility |
Enables accessibility support. |
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. |
Appear |
Gets or sets the delay in displaying submenus within the menu. |
Apply |
Gets or sets a value that specifies whether the styles defined for menu items can be applied to templated menu items. |
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. |
Border |
Gets or sets a value that specifies how the border is displayed between a menu item and its submenu. |
Client |
Gets an object that lists the client-side events specific to the Menu. |
Control |
Provides access to the style settings declared at the root level of the Menu’s wrapped web server control. |
Custom |
Enables you to supply any server data that can then be parsed on the client. |
Data |
Allows you to perform custom actions before a menu is bound to a data source. |
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. |
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. |
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. |
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. |
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. |
Item |
Gets or sets a value that specifies how menu items are represented as links within the menu. |
Items | Gets a collection that contains menu items of the menu’s root level. |
Item |
Gets specific offset settings for submenus of the submenu items. |
Maximum |
Gets or sets the number of menu levels to render. |
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. |
Navigate |
Gets or sets the name of a data field (or an xml element’s attribute) which provides menu item navigation locations. |
Navigate |
Gets or sets the pattern used to format item navigation URLs. |
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. |
Right |
Specifies whether to apply right-to-left representation to the extension. |
Root |
Gets specific offset settings for submenus of the root menu items. |
Select |
Gets or sets whether a root menu item is displayed as selected when selecting any of its subitems. |
Show |
Gets or sets a value specifying whether pop-out images indicating that a menu item has a submenu are displayed. |
Show |
Gets or sets a value that specifies whether a submenu casts a shadow. |
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. |
Sync |
Gets or sets whether the menu item, whose navigation location points to the currently browsed web page, is automatically selected. |
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. |
Text |
Gets or sets the name of a data field (or an xml element’s attribute) which provides menu item texts. |
Text |
Gets or sets the pattern used to format menu item texts. |
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. |
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. |
Set |
Allows you to provide a template for rendering the content of all menu items. |
Set |
Allows you to provide a template for rendering the text content of all menu items. |
Set |
Allows you to provide a template for rendering the text content of all menu items. |
Set |
Allows you to provide a template for rendering the client region’s content of all submenus within a menu. |
Set |
Allows you to provide a template for rendering the client region’s content of all submenus within a menu. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also