Share via


CallbackMenu.GetCallbackResult Method

Returns the results of a callback event that targets the callback menu.

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

Syntax

'Declaration
Public Function GetCallbackResult As String
'Usage
Dim instance As CallbackMenu
Dim returnValue As String

returnValue = instance.GetCallbackResult()
public string GetCallbackResult()

Return Value

Type: System.String
The String object that represents the result of the callback.

Remarks

This override registers the client script that binds the data to the callback menu control.

See Also

Reference

CallbackMenu Class

CallbackMenu Members

Microsoft.Office.Server.WebControls Namespace