System.Web.UI.WebControls.WebParts.WebPart Members

The members of System.Web.UI.WebControls.WebParts.WebPart 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 only be called by an inherited class.

Public Properties

AllowClosebool.

Gets or sets a value indicating whether an end user can close a System.Web.UI.WebControls.WebParts.WebPart control on a Web page.

AllowConnectbool.

Gets or sets a value that indicates whether the System.Web.UI.WebControls.WebParts.WebPart control allows other controls to form connections with it.

AllowEditbool.

Gets or sets a value indicating whether an end user can modify a System.Web.UI.WebControls.WebParts.WebPart control through the user interface (UI) provided by one or more System.Web.UI.WebControls.WebParts.EditorPart controls.

AllowHidebool.

Gets or sets a value indicating whether end users are allowed to hide a System.Web.UI.WebControls.WebParts.WebPart control.

AllowMinimizebool.

Gets or sets a value indicating whether end users can minimize a System.Web.UI.WebControls.WebParts.WebPart control.

AllowZoneChangebool.

Gets or sets a value indicating whether a user can move a System.Web.UI.WebControls.WebParts.WebPart control between System.Web.UI.WebControls.WebParts.WebPartZoneBase zones.

AuthorizationFilterstring.

Gets or sets an arbitrary string to determine whether a System.Web.UI.WebControls.WebParts.WebPart control is authorized to be added to a page.

CatalogIconImageUrlstring.

Gets or sets the URL to an image that represents a Web Parts control in a catalog of controls.

override
ChromeStateSystem.Web.UI.WebControls.WebParts.PartChromeState.

Gets or sets whether a part control is in a minimized or normal state.

override
ChromeTypeSystem.Web.UI.WebControls.WebParts.PartChromeType.

Gets or sets the type of border that frames a Web Parts control.

[read-only]
ConnectErrorMessagestring.

Gets an error message to display to users if errors occur during the connection process.

override
Descriptionstring.

Gets or sets a brief phrase that summarizes what the part control does, for use in ToolTips and catalogs of part controls.

override
DirectionContentDirection.

Gets or sets the horizontal direction that content flows within the control.

[read-only]
DisplayTitlestring.

Gets a string that contains the full title text actually displayed in the title bar of a System.Web.UI.WebControls.WebParts.WebPart control instance.

ExportModeSystem.Web.UI.WebControls.WebParts.WebPartExportMode.

Gets or sets whether all, some, or none of a System.Web.UI.WebControls.WebParts.WebPart control's properties can be exported.

[read-only]
HasSharedDatabool.

Gets a value that indicates whether a System.Web.UI.WebControls.WebParts.WebPart control has any shared personalization data associated with it.

[read-only]
HasUserDatabool.

Gets a value that indicates whether a System.Web.UI.WebControls.WebParts.WebPart control has any user personalization data associated with it.

override
HeightUnit.

Gets or sets the height of a zone.

HelpModeSystem.Web.UI.WebControls.WebParts.WebPartHelpMode.

Gets or sets the type of user interface (UI) used to display Help content for a System.Web.UI.WebControls.WebParts.WebPart control.

HelpUrlstring.

Gets or sets the URL to a Help file for a System.Web.UI.WebControls.WebParts.WebPart control.

Hiddenbool.

Gets or sets a value indicating whether a System.Web.UI.WebControls.WebParts.WebPart control is displayed on a Web page.

ImportErrorMessagestring.

Gets or sets an error message that is used if errors occur when a System.Web.UI.WebControls.WebParts.WebPart control is imported.

[read-only]
IsClosedbool.

Gets a value that indicates whether a System.Web.UI.WebControls.WebParts.WebPart control is currently closed on a Web Parts page.

[read-only]
IsSharedbool.

Gets a value that indicates whether a System.Web.UI.WebControls.WebParts.WebPart control is shared, meaning that it is visible to all users of a Web Parts page.

[read-only]
IsStandalonebool.

Gets a value that indicates whether a System.Web.UI.WebControls.WebParts.WebPart control is standalone, meaning that it is not contained within a System.Web.UI.WebControls.WebParts.WebPartZoneBase zone.

[read-only]
IsStaticbool.

Gets a value that indicates whether a System.Web.UI.WebControls.WebParts.WebPart control is a static control, which means the control is declared in the markup of a Web Parts page and not added to the page programmatically.

[read-only]
Subtitlestring.

Gets a string that is concatenated with the WebPart.Title property value to form a complete title for a System.Web.UI.WebControls.WebParts.WebPart control.

override
Titlestring.

Gets or sets the title of a part control.

TitleIconImageUrlstring.

Gets or sets the URL to an image used to represent a Web Parts control in the control's title bar.

TitleUrlstring.

Gets or sets a URL to supplemental information about a System.Web.UI.WebControls.WebParts.WebPart control.

[read-only]
VerbsSystem.Web.UI.WebControls.WebParts.WebPartVerbCollection.

Gets a collection of custom verbs associated with a System.Web.UI.WebControls.WebParts.WebPart control.

override
WidthUnit. Documentation for this section has not yet been entered.
[read-only]
ZoneIndexint.

Gets the index position of a System.Web.UI.WebControls.WebParts.WebPart control within its zone.

Public Methods

static
SetPersonalizationDirty(System.Web.UI.Control)

Sets a flag indicating that personalization data has changed for the specified server control that resides in a System.Web.UI.WebControls.WebParts.WebPartZoneBase zone.

Protected Methods

OnClosing(EventArgs)

Enables derived classes to provide custom handling when a System.Web.UI.WebControls.WebParts.WebPart control is closed on a Web Parts page.

OnConnectModeChanged(EventArgs)

Enables derived classes to provide custom handling when a System.Web.UI.WebControls.WebParts.WebPart control is beginning or ending the process of connecting to other controls.

OnDeleting(EventArgs)

Enables derived classes to provide custom handling when a System.Web.UI.WebControls.WebParts.WebPart control is permanently removed from a Web Parts page.

OnEditModeChanged(EventArgs)

Enables derived classes to provide custom handling when a System.Web.UI.WebControls.WebParts.WebPart control is entering or leaving edit mode.

SetPersonalizationDirty()

Sets a flag indicating that personalization data has changed for the current System.Web.UI.WebControls.WebParts.WebPart control instance.

override
TrackViewState()
Documentation for this section has not yet been entered.