CallbackMenu class

Provides a menu control that supports calling back to the server without reloading the whole page.

Inheritance hierarchy

System.Object
  System.Web.UI.Control
    System.Web.UI.WebControls.WebControl
      Microsoft.Office.Server.WebControls.CallbackMenu

Namespace:  Microsoft.Office.Server.WebControls
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Public MustInherit Class CallbackMenu _
    Inherits WebControl
'Usage
Dim instance As CallbackMenu
public abstract class CallbackMenu : WebControl

Remarks

This is an abstract class, which means it must be inherited from.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

CallbackMenu members

Microsoft.Office.Server.WebControls namespace