Click or drag to resize

CompProfile Properties

The CompProfile type exposes the following members.

Properties
  NameDescription
Protected propertyAdapter
Gets the browser-specific adapter for the control.
(Inherited from Control.)
Public propertyAutoPostBackControl
Gets or sets the control in the page that is used to perform postbacks.
(Inherited from Page.)
Protected propertyChildControlsCreated
Gets a value that indicates whether the server control's child controls have been created.
(Inherited from Control.)
Public propertyClientIDMode
Gets or sets the algorithm that is used to generate the value of the ClientID property.
(Inherited from Control.)
Protected propertyClientIDSeparator
Gets a character value representing the separator character used in the ClientID property.
(Inherited from Control.)
Public propertyClientQueryString
Gets the query string portion of the requested URL.
(Inherited from Page.)
Public propertyClientScript
Gets a ClientScriptManager object used to manage, register, and add script to the page.
(Inherited from Page.)
Protected propertyContext
Gets the HttpContext object associated with the page.
(Inherited from Page.)
Protected propertyDesignMode
Gets a value indicating whether a control is being used on a design surface.
(Inherited from Control.)
Public propertyEnableTheming
Gets or sets a Boolean value indicating whether themes apply to the control that is derived from the TemplateControl class.
(Inherited from TemplateControl.)
Protected propertyEvents
Gets a list of event handler delegates for the control. This property is read-only.
(Inherited from Control.)
Public propertyForm
Gets the HTML form for the page.
(Inherited from Page.)
Protected propertyHasChildViewState
Gets a value indicating whether the current server control's child controls have any saved view-state settings.
(Inherited from Control.)
Protected propertyIdSeparator
Gets the character used to separate control identifiers.
(Inherited from Control.)
Public propertyIsAsync
Gets a value indicating whether the page is processed asynchronously.
(Inherited from Page.)
Protected propertyIsChildControlStateCleared
Gets a value indicating whether controls contained within this control have control state.
(Inherited from Control.)
Public propertyIsPostBackEventControlRegistered
Gets a value that indicates whether the control in the page that performs postbacks has been registered.
(Inherited from Page.)
Protected propertyIsTrackingViewState
Gets a value that indicates whether the server control is saving changes to its view state.
(Inherited from Control.)
Protected propertyIsViewStateEnabled
Gets a value indicating whether view state is enabled for this control.
(Inherited from Control.)
Protected propertyLoadViewStateByID
Gets a value indicating whether the control participates in loading its view state by ID instead of index.
(Inherited from Control.)
Public propertyMasterPageFile
Gets or sets the virtual path of the master page.
(Inherited from Page.)
Public propertyMetaDescription
Gets or sets the content of the "description" meta element.
(Inherited from Page.)
Public propertyMetaKeywords
Gets or sets the content of the "keywords" meta element.
(Inherited from Page.)
Public propertyPageAdapter
Gets the adapter that renders the page for the specific requesting browser.
(Inherited from Page.)
Protected propertyPageStatePersister
Gets the PageStatePersister object associated with the page.
(Inherited from Page.)
Public propertyTitle
Gets or sets the title for the page.
(Inherited from Page.)
Protected propertyUniqueFilePathSuffix
Gets a unique suffix to append to the file path for caching browsers.
(Inherited from Page.)
Public propertyViewStateMode
Gets or sets the view-state mode of this control.
(Inherited from Control.)
Top
See Also