This documentation is archived and is not being maintained.
WebPartManagerInternals Members
Visual Studio 2008
Isolates into a separate class methods that are used by the WebPartManager control and can be overridden by developers who extend the control, but are rarely needed by page developers.
The WebPartManagerInternals type exposes the following members.
| Name | Description | |
|---|---|---|
|
AddWebPart | Adds a WebPart or server control to the WebPartManager control's collection of WebPart controls on a Web page. |
|
CallOnClosing | Calls the OnClosing method of the specified control. |
|
CallOnConnectModeChanged | Calls the OnConnectModeChanged method of the specified control. |
|
CallOnDeleting | Calls the OnDeleting method of the specified control. |
|
CallOnEditModeChanged | Calls the OnEditModeChanged method of the specified control. |
|
ConnectionDeleted | Indicates whether the specified WebPartConnection object has been deleted. |
|
CreateObjectFromType | Creates an object based on the parameter passed to the method. |
|
DeleteConnection | Sets a property to indicate that the specified connection object has been deleted. |
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
GetZoneID | Gets the ID of a zone that contains the specified WebPart or server control. |
|
LoadConfigurationState | Loads previously saved state data for a WebPartTransformer object that participates in a connection between controls. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
RemoveWebPart | Removes a WebPart or other server control from the WebPartManager control's collection of controls. |
|
SaveConfigurationState | Saves state data for a WebPartTransformer object that participates in a connection between controls. |
|
SetConnectErrorMessage | Establishes an errors message, and causes the WebPartChrome object that is responsible for rendering a WebPart control to render that message rather than the contents of the control. |
|
SetHasSharedData | Sets a property on a WebPart or other server control indicating whether the control has shared personalization data. |
|
SetHasUserData | Sets a property on a WebPart or other server control indicating whether the control has user personalization data. |
|
SetIsClosed | Sets the IsClosed property of a WebPart control. |
|
SetIsShared | Overloaded. Sets the IsShared property of a WebPart control or the IsShared property of a WebPartConnection object. |
|
SetIsStandalone | Sets the IsStandalone property of a WebPart control. |
|
SetIsStatic | Overloaded. Sets the IsStatic property of a WebPart control or the IsStatic property of a WebPartConnection object. |
|
SetTransformer | Assigns a WebPartTransformer object to be used in a connection between two server controls. |
|
SetZoneID | Sets a property that enables a WebPart or server control to keep the ID of the containing zone. |
|
SetZoneIndex | Sets the index of the specified controlwithin its zone relative to the other WebPart controls within the zone. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show: