ChromeOverrides Class |
Namespace: Colygon.MatchPoint.Core.WebParts
[SerializableAttribute] public class ChromeOverrides
The ChromeOverrides type exposes the following members.
Name | Description | |
---|---|---|
ChromeOverrides | Initializes a new instance of the ChromeOverrides class |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
ChromeState | Specifies whether the Web Part and the border surrounding it are in a normal or minimized state. | |
ChromeType | Specifies the kind of border that surrounds the Web Part. | |
CustomFooterHtml | Specifies HTML which is written after the actual Web Part content. | |
CustomHeaderHtml | Specifies HTML which is written before the actual Web Part content. | |
Height | Specifies the height of the Web Part. | |
HelpMode | Specifies the available types of user interfaces for displaying Help content for a Web Part. | |
HelpUrl | Specifies a PatternString that represents the URL to a Help file. | |
Title | Specifies the chrome title. | |
TitleIconImageUrl | Specifies a URL to an image used to represent the Web Part in its title bar. | |
TitleUrl | Specifies a URL to more information about the Web Part. | |
ToolTip | Specifies the text displayed when the mouse hovers over the Web Part. | |
VisibilityExpression | Specifies a condition which must evaluate to true if the Web Part should be displayed. | |
Width | Specifies the width of the Web Part. |