BCGControlBar Library for .NET
PropertyListItem Class
Members 




Inherits from Component class of System.ComponentModel.Component namespace.

Implements interface INotifyPropertyChanged, IScreenRectProvider.

Use the PropertyListItem object to add new property to the property list item. The method AddOption allows to add values of different types to the dropdown list of items from which the user can select one. If the list item is editable, on left button mouse click  on this item  the InPlaceEdit control will be created. As a rule it is an editbox or combobox, sometimes a list item  with a button. Clicking on it we can get any custom popup window, for example, for selecting color.
Object Model
PropertyListItem ClassPropertyListItem ClassPropertyListControl ClassPropertyListItemCollection ClassPropertyListItem Class
Syntax
'Declaration
 
Public Class PropertyListItem 
   Inherits System.ComponentModel.Component
   Implements BCGSoft.Controls.Shared.IScreenRectProvider 
'Usage
 
Dim instance As PropertyListItem
public __gc class PropertyListItem : public System.ComponentModel.Component, BCGSoft.Controls.Shared.IScreenRectProvider  
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         BCGSoft.Controls.PropertyList.PropertyListItem
            BCGSoft.Controls.PropertyList.PropertyListColorItem
            BCGSoft.Controls.PropertyList.PropertyListFontItem

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

Send Feedback