CallbackMenu members
Include protected members
Include inherited members
Provides a menu control that supports calling back to the server without reloading the whole page.
The CallbackMenu type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CallbackMenu | Initializes a new instance of the CallbackMenu class. |
Top
Properties
Name | Description | |
---|---|---|
ArrowImageUrl | Gets or sets the URL of the arrow image that is used in the menu items of the callback menu. | |
HoverArrowImageUrl | Gets or sets the URL of the hover arrow image. | |
HoverCellActiveCssClass | Gets or sets the Cascading Style Sheet (CSS) class for the hover cell in the active state. | |
HoverCellInActiveCssClass | Gets or sets the Cascading Style Sheet (CSS) class for the hover cell in the inactive state. | |
LargeIconMode | Gets or sets the value that indicates whether the callback menu uses the large icon. | |
MenuFormat | Gets or sets the menu formatting type used to render the callback menu. | |
MenuTitle | Gets or sets the callback menu title text to be displayed. | |
SuffixHtml | Gets or sets the suffix html that is rendered for the callback menu. | |
UseDivForMenu | Gets or sets the value that indicates whether a “div” HTML container is used to wrap the CallbackMenu control. |
Top
Methods
Name | Description | |
---|---|---|
CreateChildControls | Creates the child controls that provide the user interface for the control. (Overrides Control.CreateChildControls().) | |
GetCallbackResult | Returns the results of a callback event that targets the callback menu. | |
InvokeCallbackEvent | Returns the serialized menu items controls as the value of the callback. | |
LoadMenuItems | Provides an abstract method that should be implemented in the inherited classes used to load the menu items. | |
OnLoad | Raises the Load event. (Overrides Control.OnLoad(EventArgs).) | |
RaiseCallbackEvent | Processes a callback event that targets the callback menu. |
Top
Fields
Name | Description | |
---|---|---|
menuTemplate | Specifies the MenuTemplate control that holds the menu template items. |
Top