BCGControlBar Library for .NET
OnRClickValue Method




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

The function is called by the framework when the user clicks the right mouse button on the property value. Override OnRClickValue in a derived class to process this notification. The default implementation does nothing.

Syntax
'Declaration
 
Public Overridable Sub OnRClickValue( _
   ByVal point As Point, _
   ByVal selChanged As Boolean _
) 
'Usage
 
Dim instance As PropertyListItem
Dim point As Point
Dim selChanged As Boolean
 
instance.OnRClickValue(point, selChanged)
public virtual void OnRClickValue( 
   Point point,
   bool selChanged
)
public: virtual void OnRClickValue( 
   Point point,
   bool selChanged
) 
public:
virtual void OnRClickValue( 
   Point point,
   bool selChanged
) 

Parameters

point

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

selChanged
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