BCGControlBar Library for .NET
EditItem Method




The PropertyListItem to change a value.
The location of the cursor on click within the property item.
Called by the framework to invalidate a specified property list item on changing the value of the related property.
Syntax
'Declaration
 
Public Overridable Function EditItem( _
   ByVal prop As PropertyListItem, _
   ByVal click As Point _
) As Boolean
'Usage
 
Dim instance As PropertyListControl
Dim prop As PropertyListItem
Dim click As Point
Dim value As Boolean
 
value = instance.EditItem(prop, click)
public virtual bool EditItem( 
   PropertyListItem prop,
   Point click
)
public: virtual bool EditItem( 
   PropertyListItem* prop,
   Point click
) 
public:
virtual bool EditItem( 
   PropertyListItem^ prop,
   Point click
) 

Parameters

prop
The PropertyListItem to change a value.
click
The location of the cursor on click within the property item.
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