BCGControlBar Library for .NET
ContainsPoint Method




A point in screen coordinates to retrieve.
Indicates a value whether the specified point is located within the boundaries on this toolbar button.
Syntax
'Declaration
 
Public Function ContainsPoint( _
   ByVal pt As Point _
) As Boolean
'Usage
 
Dim instance As ToolbarButton
Dim pt As Point
Dim value As Boolean
 
value = instance.ContainsPoint(pt)
public bool ContainsPoint( 
   Point pt
)
public: bool ContainsPoint( 
   Point pt
) 
public:
bool ContainsPoint( 
   Point pt
) 

Parameters

pt
A point in screen coordinates to retrieve.
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

ToolbarButton Class
ToolbarButton Members

Send Feedback