MobileAspMenu.GetDesignModeState method
This member overrides Menu.GetDesignModeState().
Namespace: Microsoft.SharePoint.Mobile.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Protected Overrides Function GetDesignModeState As IDictionary
'Usage
Dim returnValue As IDictionary
returnValue = Me.GetDesignModeState()
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
protected override IDictionary GetDesignModeState()
Return value
Type: System.Collections.IDictionary