System.Web.UI.WebControls.WebParts.EditorPart Members

The members of System.Web.UI.WebControls.WebParts.EditorPart are listed below.

See Also: Inherited members from System.Web.UI.WebControls.WebParts.Part

Protected Constructors

Initializes the class for use by an inherited class instance. This constructor can be called only by an inherited class.

Public Properties

[read-only]
Displaybool.

Gets a value that indicates whether a control should be displayed when its associated System.Web.UI.WebControls.WebParts.WebPart control is in edit mode.

[read-only]
DisplayTitlestring.

Gets a string that contains the title text displayed in the title bar of an System.Web.UI.WebControls.WebParts.EditorPart control.

Protected Properties

[read-only]
WebPartToEditWebPart.

Gets a reference to the System.Web.UI.WebControls.WebParts.WebPart control that is currently being edited.

Public Methods

abstract
ApplyChanges() : bool

Saves the values in an System.Web.UI.WebControls.WebParts.EditorPart control to the corresponding properties in the associated System.Web.UI.WebControls.WebParts.WebPart control.

abstract
SyncChanges()

Retrieves the property values from a System.Web.UI.WebControls.WebParts.WebPart control for its associated System.Web.UI.WebControls.WebParts.EditorPart control.

Protected Methods

override
GetDesignModeState() : IDictionary

Retrieves the current state of an System.Web.UI.WebControls.WebParts.EditorPart control's parent zone.

override
OnPreRender(EventArgs)

Raises the System.Web.UI.Control.PreRender event.