[This is preliminary documentation and is subject to change.]

the current list index of the menu collection information.

Namespace:  OfficeClip.BusinessLayer.OfficePortal.CorpMenu
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public int CurrentListIndex { get; }
Visual Basic (Declaration)
Public ReadOnly Property CurrentListIndex As Integer
Visual C++
public:
property int CurrentListIndex {
	int get ();
}

See Also