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
Protected method CallbackMenu Initializes a new instance of the CallbackMenu class.

Top

Properties

  Name Description
Public property ArrowImageUrl Gets or sets the URL of the arrow image that is used in the menu items of the callback menu.
Public property HoverArrowImageUrl Gets or sets the URL of the hover arrow image.
Public property HoverCellActiveCssClass Gets or sets the Cascading Style Sheet (CSS) class for the hover cell in the active state.
Public property HoverCellInActiveCssClass Gets or sets the Cascading Style Sheet (CSS) class for the hover cell in the inactive state.
Public property LargeIconMode Gets or sets the value that indicates whether the callback menu uses the large icon.
Public property MenuFormat Gets or sets the menu formatting type used to render the callback menu.
Public property MenuTitle Gets or sets the callback menu title text to be displayed.
Public property SuffixHtml Gets or sets the suffix html that is rendered for the callback menu.
Public property UseDivForMenu Gets or sets the value that indicates whether a “div” HTML container is used to wrap the CallbackMenu control.

Top

Methods

  Name Description
Protected method CreateChildControls Creates the child controls that provide the user interface for the control. (Overrides Control.CreateChildControls().)
Public method GetCallbackResult Returns the results of a callback event that targets the callback menu.
Protected method InvokeCallbackEvent Returns the serialized menu items controls as the value of the callback.
Protected method LoadMenuItems Provides an abstract method that should be implemented in the inherited classes used to load the menu items.
Protected method OnLoad Raises the Load event. (Overrides Control.OnLoad(EventArgs).)
Public method RaiseCallbackEvent Processes a callback event that targets the callback menu.

Top

Fields

  Name Description
Protected field menuTemplate Specifies the MenuTemplate control that holds the menu template items.

Top

See Also

Reference

CallbackMenu Class

Microsoft.Office.Server.WebControls Namespace