ItemCanExpand Method

Object List Next Object

Defined By:
Indented List

Description:

ItemCanExpand can be used to determine if an item can be expanded.

Declaration:

Function ItemCanExpand(ByVal index As Integer)As Integer

Details:

ItemCanExpand will return the value set from the SetItemCanExpand method. If SetItemCanExpand has not been used on a given item, ItemCanExpand will return the default of False (0).

See Also:

SetItemCanExpand method