WebPartManagerInternals Methods
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | AddWebPart(WebPart^) | Adds a WebPart or server control to the WebPartManager control's collection of WebPart controls on a Web page. |
![]() | CallOnClosing(WebPart^) | Calls the OnClosing method of the specified control. |
![]() | CallOnConnectModeChanged(WebPart^) | Calls the OnConnectModeChanged method of the specified control. |
![]() | CallOnDeleting(WebPart^) | Calls the OnDeleting method of the specified control. |
![]() | CallOnEditModeChanged(WebPart^) | Calls the OnEditModeChanged method of the specified control. |
![]() | ConnectionDeleted(WebPartConnection^) | Indicates whether the specified WebPartConnection object has been deleted. |
![]() | CreateObjectFromType(Type^) | Creates an object based on the parameter passed to the method. |
![]() | DeleteConnection(WebPartConnection^) | Sets a property to indicate that the specified connection object has been deleted. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | GetZoneID(WebPart^) | Gets the ID of a zone that contains the specified WebPart or server control. |
![]() | LoadConfigurationState(WebPartTransformer^, Object^) | Loads previously saved state data for a WebPartTransformer object that participates in a connection between controls. |
![]() | RemoveWebPart(WebPart^) | Removes a WebPart or other server control from the WebPartManager control's collection of controls. |
![]() | SaveConfigurationState(WebPartTransformer^) | Saves state data for a WebPartTransformer object that participates in a connection between controls. |
![]() | SetConnectErrorMessage(WebPart^, String^) | 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(WebPart^, Boolean) | Sets a property on a WebPart or other server control indicating whether the control has shared personalization data. |
![]() | SetHasUserData(WebPart^, Boolean) | Sets a property on a WebPart or other server control indicating whether the control has user personalization data. |
![]() | SetIsClosed(WebPart^, Boolean) | |
![]() | SetIsShared(WebPart^, Boolean) | |
![]() | SetIsShared(WebPartConnection^, Boolean) | Sets the IsShared property of a WebPartConnection object. |
![]() | SetIsStandalone(WebPart^, Boolean) | Sets the IsStandalone property of a WebPart control. |
![]() | SetIsStatic(WebPart^, Boolean) | |
![]() | SetIsStatic(WebPartConnection^, Boolean) | Sets the IsStatic property of a WebPartConnection object. |
![]() | SetTransformer(WebPartConnection^, WebPartTransformer^) | Assigns a WebPartTransformer object to be used in a connection between two server controls. |
![]() | SetZoneID(WebPart^, String^) | Sets a property that enables a WebPart or server control to keep the ID of the containing zone. |
![]() | SetZoneIndex(WebPart^, Int32) | Sets the index of the specified control within its zone relative to the other WebPart controls within the zone. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
