Control.IControlDesignerAccessor.GetDesignModeState Method

Definition

For a description of this member, see GetDesignModeState().

 virtual System::Collections::IDictionary ^ System.Web.UI.IControlDesignerAccessor.GetDesignModeState() = System::Web::UI::IControlDesignerAccessor::GetDesignModeState;
System.Collections.IDictionary IControlDesignerAccessor.GetDesignModeState ();
abstract member System.Web.UI.IControlDesignerAccessor.GetDesignModeState : unit -> System.Collections.IDictionary
override this.System.Web.UI.IControlDesignerAccessor.GetDesignModeState : unit -> System.Collections.IDictionary
Function GetDesignModeState () As IDictionary Implements IControlDesignerAccessor.GetDesignModeState

Returns

An IDictionary of the control state.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the Control instance is cast to an IControlDesignerAccessor interface.

Applies to