BCGControlBar Library for .NET
TerminalPropertiesCollection Property




Specifies the list of the terminal properties which are displayed on the property control on alphabetical sorting.
Syntax
'Declaration
 
Public ReadOnly Property TerminalPropertiesCollection As PropertyListItemCollection
'Usage
 
Dim instance As PropertyListControl
Dim value As PropertyListItemCollection
 
value = instance.TerminalPropertiesCollection
public PropertyListItemCollection TerminalPropertiesCollection {get;}
public: __property PropertyListItemCollection* get_TerminalPropertiesCollection();
public:
property PropertyListItemCollection^ TerminalPropertiesCollection {
   PropertyListItemCollection^ 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

PropertyListControl Class
PropertyListControl Members

Send Feedback