BCGControlBar Library for .NET
OnRClickName Method




Specifies a point, in client coordinates, the user has clicked on the property name's area.

The function is called by the framework when the user clicks the right mouse button on the property name's area.

Override OnRClickName in a derived class to process this notification. The default implementation does nothing.

Syntax
'Declaration
 
Public Overridable Sub OnRClickName( _
   ByVal point As Point _
) 
'Usage
 
Dim instance As PropertyListItem
Dim point As Point
 
instance.OnRClickName(point)
public virtual void OnRClickName( 
   Point point
)
public: virtual void OnRClickName( 
   Point point
) 
public:
virtual void OnRClickName( 
   Point point
) 

Parameters

point

Specifies a point, in client coordinates, the user has clicked on the property name's area.

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