Click or drag to resize

ChromeOverrides Class

Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.Core.WebPartsChromeOverrides

Namespace:  Colygon.MatchPoint.Core.WebParts
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2016.10.0.0
Syntax
C#
[SerializableAttribute]
public class ChromeOverrides

The ChromeOverrides type exposes the following members.

Constructors
  NameDescription
Public methodChromeOverrides
Initializes a new instance of the ChromeOverrides class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldChromeState
Specifies whether the Web Part and the border surrounding it are in a normal or minimized state.
Public fieldChromeType
Specifies the kind of border that surrounds the Web Part.
Public fieldCustomFooterHtml
Specifies HTML which is written after the actual Web Part content.
Public fieldCustomHeaderHtml
Specifies HTML which is written before the actual Web Part content.
Public fieldHeight
Specifies the height of the Web Part.
Public fieldHelpMode
Specifies the available types of user interfaces for displaying Help content for a Web Part.
Public fieldHelpUrl
Specifies a PatternString that represents the URL to a Help file.
Public fieldTitle
Specifies the chrome title.
Public fieldTitleIconImageUrl
Specifies a URL to an image used to represent the Web Part in its title bar.
Public fieldTitleUrl
Specifies a URL to more information about the Web Part.
Public fieldToolTip
Specifies the text displayed when the mouse hovers over the Web Part.
Public fieldVisibilityExpression
Specifies a condition which must evaluate to true if the Web Part should be displayed.
Public fieldWidth
Specifies the width of the Web Part.
Top
Remarks
This is a MatchPoint configuration class.
See Also