Menu.SetDesignModeState Method
.NET Framework 3.0
Sets design-time data for the Menu control.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected void SetDesignModeState ( IDictionary data )
protected override function SetDesignModeState ( data : IDictionary )
Not applicable.
Parameters
- data
An IDictionary that contains state data for displaying the control.
This method overrides SetDesignModeState.
Note: |
|---|
| This method is used primarily by control developers to extend the Menu control. |
Community Additions
ADD
Show:
Note: