Menu::GetDesignModeState Method ()
.NET Framework (current version)
Retrieves the design-time state of the Menu control.
Assembly: System.Web (in System.Web.dll)
protected: [SecurityPermissionAttribute(SecurityAction::Demand, Unrestricted = true)] virtual IDictionary^ GetDesignModeState() override
Return Value
Type: System.Collections::IDictionary^An IDictionary containing the design-time state of the Menu control.
The GetDesignModeState method is a helper method used to get the current design-time state of the Menu control.
.NET Framework
Available since 2.0
Available since 2.0
Show: