BCGControlBar Library for .NET
GetItems Method (CommandPanel)




An ArrayList to add items and subitems.
Adds all items and its subitems to the specified ArrayList.
Syntax
'Declaration
 
Public Overridable Sub GetItems( _
   ByVal list As ArrayList _
) 
'Usage
 
Dim instance As CommandPanel
Dim list As ArrayList
 
instance.GetItems(list)
public virtual void GetItems( 
   ArrayList list
)
public: virtual void GetItems( 
   ArrayList* list
) 
public:
virtual void GetItems( 
   ArrayList^ list
) 

Parameters

list
An ArrayList to add items and subitems.
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

CommandPanel Class
CommandPanel Members

Send Feedback