BCGControlBar Library for .NET
OnClickButton Method (PropertyListItem)




A location of the mouse cursor.
Called by the framework when property button is clicked by mouse. This function can display popup menu or drop down list for in place combobox.
Syntax
'Declaration
 
Public Overridable Sub OnClickButton( _
   ByVal point As Point _
) 
'Usage
 
Dim instance As PropertyListItem
Dim point As Point
 
instance.OnClickButton(point)
public virtual void OnClickButton( 
   Point point
)
public: virtual void OnClickButton( 
   Point point
) 
public:
virtual void OnClickButton( 
   Point point
) 

Parameters

point
A location of the mouse cursor.
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