BCGControlBar Library for .NET
GetItemList Method




The indentifier of the command entry to get an item list.
Returns an item list with an entries to display on the item list
Syntax
'Declaration
 
Public Function GetItemList( _
   ByVal itemListID As Integer _
) As ArrayList
'Usage
 
Dim instance As CommandBarManager
Dim itemListID As Integer
Dim value As ArrayList
 
value = instance.GetItemList(itemListID)
public ArrayList GetItemList( 
   int itemListID
)
public: ArrayList* GetItemList( 
   int itemListID
) 
public:
ArrayList^ GetItemList( 
   int itemListID
) 

Parameters

itemListID
The indentifier of the command entry to get an item list.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CommandBarManager Class
CommandBarManager Members

Send Feedback