BCGControlBar Library for .NET
ItemsCollection Property




Syntax
'Declaration
 
Public Property ItemsCollection As TasksPanePagesCollection
'Usage
 
Dim instance As TasksPaneControl
Dim value As TasksPanePagesCollection
 
instance.ItemsCollection = value
 
value = instance.ItemsCollection
public TasksPanePagesCollection ItemsCollection {get; set;}
public: __property TasksPanePagesCollection* get_ItemsCollection();
public: __property void set_ItemsCollection( 
   TasksPanePagesCollection* value
);
public:
property TasksPanePagesCollection^ ItemsCollection {
   TasksPanePagesCollection^ get();
   void set (    TasksPanePagesCollection^ value);
}
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

TasksPaneControl Class
TasksPaneControl Members

Send Feedback