BCGControlBar Library for .NET
OnClickButton Method (PropertyListFontItem)




A location of the mouse cursor.
Called by the framework when a property button is clicked by mouse. Displays font dialog box and sets new value, if the dialog result is true.
Syntax
'Declaration
 
Public Overrides Sub OnClickButton( _
   ByVal point As Point _
) 
'Usage
 
Dim instance As PropertyListFontItem
Dim point As Point
 
instance.OnClickButton(point)
public override void OnClickButton( 
   Point point
)
public: void OnClickButton( 
   Point point
) override 
public:
void OnClickButton( 
   Point point
) override 

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

PropertyListFontItem Class
PropertyListFontItem Members
Base Implementation in OnClickButton

Send Feedback