BCGControlBar Library for .NET
OnDblClick Method (PropertyListColorItem)




Coordinates of the point to be clicked in.
Called by the framework when the property list item is double-clicked by user.
Syntax
'Declaration
 
Public Overrides Function OnDblClick( _
   ByVal point As Point _
) As Boolean
'Usage
 
Dim instance As PropertyListColorItem
Dim point As Point
Dim value As Boolean
 
value = instance.OnDblClick(point)
public override bool OnDblClick( 
   Point point
)
public: bool OnDblClick( 
   Point point
) override 
public:
bool OnDblClick( 
   Point point
) override 

Parameters

point
Coordinates of the point to be clicked in.
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

PropertyListColorItem Class
PropertyListColorItem Members
Base Implementation in OnDblClick

Send Feedback