System.Web.UI.IControlDesignerAccessor Members

The members of System.Web.UI.IControlDesignerAccessor are listed below.

Public Properties

[read-only]
UserDataIDictionary.

When implemented, gets a collection of information that can be accessed by a control designer.

Public Methods

GetDesignModeState() : IDictionary

When implemented, gets the state from the control during use on the design surface.

SetDesignModeState(IDictionary)

When implemented, sets control state before rendering it on the design surface.

SetOwnerControl(Control)

When implemented, specifies the control that acts as the owner to the control implementing this method.