TagCloudWebPartToolPart Members
Include Protected Members
Include Inherited Members
Defines a custom tool part that displays a customized user interface (UI) for defining the properties of the TagCloudWebPart inside the tool pane.
The TagCloudWebPartToolPart type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TagCloudWebPartToolPart | Initializes a new instance of the TagCloudWebPartToolPart class. |
Top
Methods
Name | Description | |
---|---|---|
ApplyChanges | Applies changes when the user clicks the OK or Apply button in the tool pane. (Overrides ToolPart.ApplyChanges().) | |
CreateChildControls | Creates a set of child controls contained in the TagCloudWebPartToolPart. (Overrides Control.CreateChildControls().) | |
OnInit | Handles the Init event. (Overrides ToolPart.OnInit(EventArgs).) | |
OnLoad | Handles the Load event. (Overrides Control.OnLoad(EventArgs).) | |
RenderContents | Renders the control contents to the specified writer. (Overrides WebControl.RenderContents(HtmlTextWriter).) |
Top