BCGControlBar Library for .NET
OptionsCollection Property




Specifies the collection of Options assigned to item. In property list this collection is represented as combo box.
Syntax
'Declaration
 
Public ReadOnly Property OptionsCollection As ArrayList
'Usage
 
Dim instance As PropertyListItem
Dim value As ArrayList
 
value = instance.OptionsCollection
public ArrayList OptionsCollection {get;}
public: __property ArrayList* get_OptionsCollection();
public:
property ArrayList^ OptionsCollection {
   ArrayList^ get();
}
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

PropertyListItem Class
PropertyListItem Members

Send Feedback