Control.SetDesignModeState(IDictionary) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets design-time data for a control.
protected:
virtual void SetDesignModeState(System::Collections::IDictionary ^ data);
protected virtual void SetDesignModeState (System.Collections.IDictionary data);
abstract member SetDesignModeState : System.Collections.IDictionary -> unit
override this.SetDesignModeState : System.Collections.IDictionary -> unit
Protected Overridable Sub SetDesignModeState (data As IDictionary)
Parameters
- data
- IDictionary
An IDictionary containing the design-time data for the control.
Remarks
The SetDesignModeState method saves design-time data for a control.
Notes to Inheritors
You must override this method to save the design-time data your control requires.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.