BCGControlBar Library for .NET
IsInsideResizeArea Method (ToolbarButton)




A point to retrieve.
Determines if the specified point is located inside the area which allows to resize a toolbar.
Syntax
'Declaration
 
Public Overridable Function IsInsideResizeArea( _
   ByVal ptMouse As Point _
) As Boolean
'Usage
 
Dim instance As ToolbarButton
Dim ptMouse As Point
Dim value As Boolean
 
value = instance.IsInsideResizeArea(ptMouse)
public virtual bool IsInsideResizeArea( 
   Point ptMouse
)
public: virtual bool IsInsideResizeArea( 
   Point ptMouse
) 
public:
virtual bool IsInsideResizeArea( 
   Point ptMouse
) 

Parameters

ptMouse
A point 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