BCGControlBar Library for .NET
PropertyListControl Class
Members 




Inherits from UserControl class of System.Windows.Forms namespace. Implements interface IMessageFilter.
Represents a control that acts as a container for property items. This control is similar Property List workspace from VisualStudio. PropertyList namespace allows to add to the property list a simple property item, a color property item,  a font property item. These edit fields include edit boxes, drop-down lists and links to custom editor dialog boxes. For creation custom types of property items you have to inherit class PropertyListItem and add its instance to the PropertyListControl using its property
PropertiesCollection.  To replace some properties control to the group we have to add a group item to the property list and than add another items to this item. Property List allows to place all properties and its value  by category. Items inside any category are sorted alphabetically. You can collapse a category to reduce the number of visible properties by clicking on a plus (+) to the left of the category name or expand a category by minus (-) button on Property group item when the category is collapsed.
Property List has a description area which shows the property type and a short description of the property. To display description area you should use the property DescriptionAreaEnabled.
Object Model
PropertyListControl ClassPropertyListItemCollection ClassPropertyListItem ClassPropertyListItem ClassPropertyListItemCollection ClassPropertyListItem Class
Syntax
'Declaration
 
Public Class PropertyListControl 
   Inherits System.Windows.Forms.UserControl
'Usage
 
Dim instance As PropertyListControl
public class PropertyListControl : System.Windows.Forms.UserControl 
public __gc class PropertyListControl : public System.Windows.Forms.UserControl 
public ref class PropertyListControl : public System.Windows.Forms.UserControl 
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ScrollableControl
               System.Windows.Forms.ContainerControl
                  System.Windows.Forms.UserControl
                     BCGSoft.Controls.PropertyList.PropertyListControl

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 Members
BCGSoft.Controls.PropertyList Namespace

Send Feedback