BCGControlBar Library for .NET
OnClickName Method




Specifies the point in the property list control client coordinates.

This function is called by parent property list control when user clicks a property name field. Override OnClickName if you need to handle this notification. The default handler does nothing. 

Syntax
'Declaration
 
Public Overridable Sub OnClickName( _
   ByVal point As Point _
) 
'Usage
 
Dim instance As PropertyListItem
Dim point As Point
 
instance.OnClickName(point)
public virtual void OnClickName( 
   Point point
)
public: virtual void OnClickName( 
   Point point
) 
public:
virtual void OnClickName( 
   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