OutlookGridRow.IsAParentCollapsed Method

Krypton OutlookGrid

OutlookGridRowIsAParentCollapsed Method
Krypton OutlookGrid v1.6.0
Gets if the row has one parent that is collapsed

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 bool IsAParentCollapsed(
	IOutlookGridGroup gr,
	int i
)
Public Function IsAParentCollapsed ( 
	gr As IOutlookGridGroup,
	i As Integer
) As Boolean

Parameters

gr
Type: JDHSoftware.Krypton.Toolkit.KryptonOutlookGridIOutlookGridGroup
The group to look at.
i
Type: SystemInt32
Fill 0 to first this method (used for recursive).

Return Value

Type: Boolean
True or false.
See Also