CompProfile Properties |
The CompProfile type exposes the following members.
| Name | Description | |
|---|---|---|
| Adapter | Gets the browser-specific adapter for the control. (Inherited from Control.) | |
| AutoPostBackControl | Gets or sets the control in the page that is used to perform postbacks. (Inherited from Page.) | |
| ChildControlsCreated | Gets a value that indicates whether the server control's child controls have been created. (Inherited from Control.) | |
| ClientIDMode | Gets or sets the algorithm that is used to generate the value of the ClientID property. (Inherited from Control.) | |
| ClientIDSeparator | Gets a character value representing the separator character used in the ClientID property. (Inherited from Control.) | |
| ClientQueryString | Gets the query string portion of the requested URL. (Inherited from Page.) | |
| ClientScript | Gets a ClientScriptManager object used to manage, register, and add script to the page. (Inherited from Page.) | |
| Context | Gets the HttpContext object associated with the page. (Inherited from Page.) | |
| DesignMode | Gets a value indicating whether a control is being used on a design surface. (Inherited from Control.) | |
| EnableTheming | Gets or sets a Boolean value indicating whether themes apply to the control that is derived from the TemplateControl class. (Inherited from TemplateControl.) | |
| Events | Gets a list of event handler delegates for the control. This property is read-only. (Inherited from Control.) | |
| Form | Gets the HTML form for the page. (Inherited from Page.) | |
| HasChildViewState | Gets a value indicating whether the current server control's child controls have any saved view-state settings. (Inherited from Control.) | |
| IdSeparator | Gets the character used to separate control identifiers. (Inherited from Control.) | |
| IsAsync | Gets a value indicating whether the page is processed asynchronously. (Inherited from Page.) | |
| IsChildControlStateCleared | Gets a value indicating whether controls contained within this control have control state. (Inherited from Control.) | |
| IsPostBackEventControlRegistered | Gets a value that indicates whether the control in the page that performs postbacks has been registered. (Inherited from Page.) | |
| IsTrackingViewState | Gets a value that indicates whether the server control is saving changes to its view state. (Inherited from Control.) | |
| IsViewStateEnabled | Gets a value indicating whether view state is enabled for this control. (Inherited from Control.) | |
| LoadViewStateByID | Gets a value indicating whether the control participates in loading its view state by ID instead of index. (Inherited from Control.) | |
| MasterPageFile | Gets or sets the virtual path of the master page. (Inherited from Page.) | |
| MetaDescription | Gets or sets the content of the "description" meta element. (Inherited from Page.) | |
| MetaKeywords | Gets or sets the content of the "keywords" meta element. (Inherited from Page.) | |
| PageAdapter | Gets the adapter that renders the page for the specific requesting browser. (Inherited from Page.) | |
| PageStatePersister | Gets the PageStatePersister object associated with the page. (Inherited from Page.) | |
| Title | Gets or sets the title for the page. (Inherited from Page.) | |
| UniqueFilePathSuffix | Gets a unique suffix to append to the file path for caching browsers. (Inherited from Page.) | |
| ViewStateMode | Gets or sets the view-state mode of this control. (Inherited from Control.) |