BCGControlBar Library for .NET
OnDblClick Method (PropertyListItem)




Specifies the point in the property list control client coordinates.

Called by the framework when the user double clicks the property.

Syntax
'Declaration
 
Public Overridable Function OnDblClick( _
   ByVal point As Point _
) As Boolean
'Usage
 
Dim instance As PropertyListItem
Dim point As Point
Dim value As Boolean
 
value = instance.OnDblClick(point)
public virtual bool OnDblClick( 
   Point point
)
public: virtual bool OnDblClick( 
   Point point
) 
public:
virtual bool OnDblClick( 
   Point point
) 

Parameters

point

Specifies the point in the property list control client coordinates.

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 Class
PropertyListItem Members

Send Feedback