BCGSoft.Controls.PropertyList Namespace : PropertyListItem Class |
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.'Declaration Public Class PropertyListItem Inherits System.ComponentModel.Component Implements BCGSoft.Controls.Shared.IScreenRectProvider
'Usage Dim instance As PropertyListItem
public class PropertyListItem : System.ComponentModel.Component, BCGSoft.Controls.Shared.IScreenRectProvider
public __gc class PropertyListItem : public System.ComponentModel.Component, BCGSoft.Controls.Shared.IScreenRectProvider
public ref class PropertyListItem : public System.ComponentModel.Component, BCGSoft.Controls.Shared.IScreenRectProvider
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
BCGSoft.Controls.PropertyList.PropertyListItem
BCGSoft.Controls.PropertyList.PropertyListColorItem
BCGSoft.Controls.PropertyList.PropertyListFontItem
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