CustomPropertyToolPart members
Represents the default tool part that is displayed in the tool pane for a Web Part that implements one or more custom properties (properties other than those provided by the WebPart base class).
The CustomPropertyToolPart type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
CustomPropertyToolPart | Initializes a new instance of the CustomPropertyToolPart class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
AccessKey | (Inherited from WebControl.) |
![]() |
Adapter | (Inherited from Control.) |
![]() |
AllowMinimize | Gets or sets a value indicating whether the tool part can be minimized by the user. (Inherited from ToolPart.) |
![]() |
AppRelativeTemplateSourceDirectory | (Inherited from Control.) |
![]() |
Attributes | (Inherited from WebControl.) |
![]() |
BackColor | (Inherited from WebControl.) |
![]() |
BackImageUrl | (Inherited from Panel.) |
![]() |
BindingContainer | (Inherited from Control.) |
![]() |
BorderColor | (Inherited from WebControl.) |
![]() |
BorderStyle | (Inherited from WebControl.) |
![]() |
BorderWidth | (Inherited from WebControl.) |
![]() |
ChildControlsCreated | (Inherited from Control.) |
![]() |
ChromeState | (Inherited from Part.) |
![]() |
ChromeType | (Inherited from Part.) |
![]() |
ClientID | (Inherited from Control.) |
![]() |
ClientIDMode | (Inherited from Control.) |
![]() |
ClientIDSeparator | (Inherited from Control.) |
![]() |
Context | (Inherited from Control.) |
![]() |
Controls | (Inherited from Part.) |
![]() |
ControlStyle | (Inherited from WebControl.) |
![]() |
ControlStyleCreated | (Inherited from WebControl.) |
![]() |
CssClass | (Inherited from WebControl.) |
![]() |
DataItemContainer | (Inherited from Control.) |
![]() |
DataKeysContainer | (Inherited from Control.) |
![]() |
DefaultButton | (Inherited from Panel.) |
![]() |
Description | (Inherited from Part.) |
![]() |
DesignMode | (Inherited from Control.) |
![]() |
Direction | (Inherited from Panel.) |
![]() |
Display | (Inherited from ToolPart.) |
![]() |
DisplayTitle | (Inherited from EditorPart.) |
![]() |
Enabled | (Inherited from WebControl.) |
![]() |
EnableTheming | (Inherited from WebControl.) |
![]() |
EnableViewState | (Inherited from Control.) |
![]() |
ErrorText | Gets or sets the text to display in the tool part when an error occurs. (Inherited from ToolPart.) |
![]() |
Events | (Inherited from Control.) |
![]() |
Font | (Inherited from WebControl.) |
![]() |
ForeColor | (Inherited from WebControl.) |
![]() |
FrameState | Obsolete. Gets or sets the frame state of the tool part. (Inherited from ToolPart.) |
![]() |
FrameType | Obsolete. Gets or sets the type of frame that surrounds the tool part. (Inherited from ToolPart.) |
![]() |
GroupingText | (Inherited from Panel.) |
![]() |
HasAttributes | (Inherited from WebControl.) |
![]() |
HasChildViewState | (Inherited from Control.) |
![]() |
Height | (Inherited from WebControl.) |
![]() |
HorizontalAlign | (Inherited from Panel.) |
![]() |
ID | (Inherited from Control.) |
![]() |
IdSeparator | (Inherited from Control.) |
![]() |
IsChildControlStateCleared | (Inherited from Control.) |
![]() |
IsEnabled | (Inherited from WebControl.) |
![]() |
IsTrackingViewState | (Inherited from Control.) |
![]() |
IsViewStateEnabled | (Inherited from Control.) |
![]() |
LoadViewStateByID | (Inherited from Control.) |
![]() |
NamingContainer | (Inherited from Control.) |
![]() |
Page | (Inherited from Control.) |
![]() |
Parent | (Inherited from Control.) |
![]() |
ParentToolPane | Gets the ToolPane that contains the tool part. (Inherited from ToolPart.) |
![]() |
Qualifier | Gets a unique identifier for the tool part. (Inherited from ToolPart.) |
![]() |
RenderingCompatibility | (Inherited from Control.) |
![]() |
ScrollBars | (Inherited from Panel.) |
![]() |
Site | (Inherited from Control.) |
![]() |
SkinID | (Inherited from WebControl.) |
![]() |
Style | (Inherited from WebControl.) |
![]() |
SupportsDisabledAttribute | (Inherited from Panel.) |
![]() |
TabIndex | (Inherited from WebControl.) |
![]() |
TagKey | (Inherited from WebControl.) |
![]() |
TagName | (Inherited from WebControl.) |
![]() |
TemplateControl | (Inherited from Control.) |
![]() |
TemplateSourceDirectory | (Inherited from Control.) |
![]() |
Title | Gets or sets the title of the tool part. (Inherited from ToolPart.) |
![]() |
ToolTip | (Inherited from WebControl.) |
![]() |
UniqueID | (Inherited from Control.) |
![]() |
UseDefaultStyles | Gets or sets a value indicating whether the tool part uses the default themes and styles for its body. (Inherited from ToolPart.) |
![]() |
ViewState | (Inherited from Control.) |
![]() |
ViewStateIgnoresCase | (Inherited from Control.) |
![]() |
ViewStateMode | (Inherited from Control.) |
![]() |
Visible | (Inherited from Control.) |
![]() |
WebPartManager | (Inherited from EditorPart.) |
![]() |
WebPartToEdit | (Inherited from EditorPart.) |
![]() |
Width | (Inherited from WebControl.) |
![]() |
Wrap | (Inherited from Panel.) |
![]() |
Zone | (Inherited from EditorPart.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
AddAttributesToRender | (Inherited from Panel.) |
![]() |
AddedControl | (Inherited from Control.) |
![]() |
AddParsedSubObject | (Inherited from Control.) |
![]() |
ApplyChanges | Called when the user clicks the OK or the Apply button in the tool pane to apply all property changes to the Web Part on the server. (Overrides ToolPart.ApplyChanges().) |
![]() |
ApplyChangesInternal | (Inherited from ToolPart.) |
![]() |
ApplyStyle | (Inherited from WebControl.) |
![]() |
ApplyStyleSheetSkin | (Inherited from Control.) |
![]() |
BuildProfileTree | (Inherited from Control.) |
![]() |
CancelChanges | Called when the user clicks the Cancel button in the tool pane. (Inherited from ToolPart.) |
![]() |
ClearCachedClientID | (Inherited from Control.) |
![]() |
ClearChildControlState | (Inherited from Control.) |
![]() |
ClearChildState | (Inherited from Control.) |
![]() |
ClearChildViewState | (Inherited from Control.) |
![]() |
ClearEffectiveClientIDMode | (Inherited from Control.) |
![]() |
CopyBaseAttributes | (Inherited from WebControl.) |
![]() |
CreateChildControls | Control method override to create our child controls. (Overrides Control.CreateChildControls().) |
![]() |
CreateControlCollection | (Inherited from Control.) |
![]() |
CreateControlStyle | (Inherited from Panel.) |
![]() |
DataBind() | (Inherited from Part.) |
![]() |
DataBind(Boolean) | (Inherited from Control.) |
![]() |
DataBindChildren | (Inherited from Control.) |
![]() |
Dispose | (Inherited from Control.) |
![]() |
EnsureChildControls | (Inherited from Control.) |
![]() |
EnsureID | (Inherited from Control.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Expand(Int32) | Expands the specified category in the tool part. |
![]() |
Expand(String) | Expands the specified category in the tool part. |
![]() |
Finalize | (Inherited from Object.) |
![]() |
FindControl(String) | (Inherited from Control.) |
![]() |
FindControl(String, Int32) | (Inherited from Control.) |
![]() |
Focus | (Inherited from Control.) |
![]() |
GetDesignModeState | (Inherited from EditorPart.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetRouteUrl(Object) | (Inherited from Control.) |
![]() |
GetRouteUrl(RouteValueDictionary) | (Inherited from Control.) |
![]() |
GetRouteUrl(String, Object) | (Inherited from Control.) |
![]() |
GetRouteUrl(String, RouteValueDictionary) | (Inherited from Control.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
GetUniqueIDRelativeTo | (Inherited from Control.) |
![]() |
HasControls | (Inherited from Control.) |
![]() |
HasEvents | (Inherited from Control.) |
![]() |
IsLiteralContent | (Inherited from Control.) |
![]() |
LoadControlState | (Inherited from Control.) |
![]() |
LoadViewState | (Inherited from WebControl.) |
![]() |
MapPathSecure | (Inherited from Control.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
MergeStyle | (Inherited from WebControl.) |
![]() |
OnBubbleEvent | (Inherited from Control.) |
![]() |
OnDataBinding | (Inherited from Control.) |
![]() |
OnInit | (Overrides ToolPart.OnInit(EventArgs).) |
![]() |
OnLoad | (Inherited from Control.) |
![]() |
OnPreRender | (Inherited from EditorPart.) |
![]() |
OnUnload | (Inherited from Control.) |
![]() |
OpenFile | (Inherited from Control.) |
![]() |
RaiseBubbleEvent | (Inherited from Control.) |
![]() |
RemovedControl | (Inherited from Control.) |
![]() |
Render | (Inherited from ToolPart.) |
![]() |
RenderBeginTag | (Inherited from Panel.) |
![]() |
RenderChildren | (Inherited from Control.) |
![]() |
RenderContents | (Inherited from WebControl.) |
![]() |
RenderControl(HtmlTextWriter) | (Inherited from Control.) |
![]() |
RenderControl(HtmlTextWriter, ControlAdapter) | (Inherited from Control.) |
![]() |
RenderEndTag | (Inherited from Panel.) |
![]() |
RenderToolPart | Sends the tool part content to the specified HtmlTextWriter object, which writes the content to be rendered on the client. (Inherited from ToolPart.) |
![]() |
ResolveAdapter | (Inherited from Control.) |
![]() |
ResolveClientUrl | (Inherited from Control.) |
![]() |
ResolveUrl | (Inherited from Control.) |
![]() |
SaveControlState | (Inherited from Control.) |
![]() |
SaveViewState | (Inherited from WebControl.) |
![]() |
SetDesignModeState | (Inherited from EditorPart.) |
![]() |
SetRenderMethodDelegate | (Inherited from Control.) |
![]() |
ShouldAddProperty | Specifies whether a property should be created for the specified PropertyInfo object. |
![]() |
ShouldMakeExtraChecks | |
![]() |
SyncChanges | Called after the ApplyChanges method has successfully applied all property changes to the instantiated Web Part on the server to allow a refresh of the tool parts displayed in the tool pane. (Overrides ToolPart.SyncChanges().) |
![]() |
ToString | (Inherited from Object.) |
![]() |
TrackViewState | (Inherited from WebControl.) |
Top
Events
Name | Description | |
---|---|---|
![]() |
DataBinding | (Inherited from Control.) |
![]() |
Disposed | (Inherited from Control.) |
![]() |
Init | (Inherited from Control.) |
![]() |
Load | (Inherited from Control.) |
![]() |
PreRender | (Inherited from Control.) |
![]() |
Unload | (Inherited from Control.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
![]() ![]() |
IParserAccessor.AddParsedSubObject | (Inherited from Control.) |
![]() ![]() |
IControlBuilderAccessor.ControlBuilder | (Inherited from Control.) |
![]() ![]() |
IDataBindingsAccessor.DataBindings | (Inherited from Control.) |
![]() ![]() |
IExpressionsAccessor.Expressions | (Inherited from Control.) |
![]() ![]() |
IAttributeAccessor.GetAttribute | (Inherited from WebControl.) |
![]() ![]() |
IControlDesignerAccessor.GetDesignModeState | (Inherited from Control.) |
![]() ![]() |
IDataBindingsAccessor.HasDataBindings | (Inherited from Control.) |
![]() ![]() |
IExpressionsAccessor.HasExpressions | (Inherited from Control.) |
![]() ![]() |
ICompositeControlDesignerAccessor.RecreateChildControls | (Inherited from Part.) |
![]() ![]() |
IAttributeAccessor.SetAttribute | (Inherited from WebControl.) |
![]() ![]() |
IControlDesignerAccessor.SetDesignModeState | (Inherited from Control.) |
![]() ![]() |
IControlDesignerAccessor.SetOwnerControl | (Inherited from Control.) |
![]() ![]() |
IControlDesignerAccessor.UserData | (Inherited from Control.) |
Top