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
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.