OutlookGridGroupCollection Constructor (IOutlookGridGroup)

Krypton OutlookGrid

OutlookGridGroupCollection Constructor (IOutlookGridGroup)
Krypton OutlookGrid v1.6.0
Initializes a new instance of the OutlookGridGroupCollection class.

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 OutlookGridGroupCollection(
	IOutlookGridGroup parentGroup
)
Public Sub New ( 
	parentGroup As IOutlookGridGroup
)

Parameters

parentGroup
Type: JDHSoftware.Krypton.Toolkit.KryptonOutlookGridIOutlookGridGroup
The parent group, if any.
See Also