Click or drag to resize
RibbonGroupConfiguration Class
Configuration class for a ribbon group.
Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.Core.WebPartsRibbonGroupConfiguration

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

The RibbonGroupConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodRibbonGroupConfiguration
Initializes a new instance of the RibbonGroupConfiguration class
Top
Properties
  NameDescription
Public propertyCommands
Specifies commands that are visible in the ribbon group by referencing command configurations.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(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.)
Public methodToString (Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldButtons
Specifies the ribbon buttons displayed within this group.
Public fieldTabTitle
Specifies a title for the ribbon tab. If left empty the container's default tab will be used.
Public fieldTitle
Specifies the title for the ribbon group. If left empty the 'Actions' group will be used.
Top
Remarks
This is a MatchPoint configuration class.
See Also