OutlookGridGroupCollection Class

Krypton OutlookGrid

OutlookGridGroupCollection Class
Krypton OutlookGrid v1.6.0
List of IOutlookGridGroups
Inheritance Hierarchy
SystemObject  JDHSoftware.Krypton.Toolkit.KryptonOutlookGridOutlookGridGroupCollection

Namespace: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid
Assembly: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid (in JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
public class OutlookGridGroupCollection
Public Class OutlookGridGroupCollection

The OutlookGridGroupCollection type exposes the following members.

Constructors
  NameDescription
Public methodOutlookGridGroupCollection
Initializes a new instance of the OutlookGridGroupCollection class.
Public methodOutlookGridGroupCollection(IOutlookGridGroup)
Initializes a new instance of the OutlookGridGroupCollection class.
Top
Properties
  NameDescription
Public propertyCount
Gets the number of groups
Public propertyItem
Gets the Group object
Public propertyList
Gets the list of IOutlookGridGroup.
Public propertyParentGroup
Gets or Sets the parent group
Top
Methods
  NameDescription
Public methodAdd
Adds a new group
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFindGroup
Find a group by its value
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSort
Sorts the groups
Public methodToString (Inherited from Object.)
Top
See Also