IControlDesignerAccessor.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.
When implemented, sets control state before rendering it on the design surface.
public:
void SetDesignModeState(System::Collections::IDictionary ^ data);
public void SetDesignModeState (System.Collections.IDictionary data);
abstract member SetDesignModeState : System.Collections.IDictionary -> unit
Public Sub SetDesignModeState (data As IDictionary)
Parameters
- data
- IDictionary
The IDictionary containing the control state.
Remarks
In overridden controls, this method is used to retain and set state for the control during design-time mode. This method is used only by control designers.
Applies to
See also
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.