BCGControlBar Library for .NET
ObjectFromPoint Method (CommandPanel)




A point ot retrieve.
Returns the left or right a scroll button of the command panel if one of them contains a specified point, otherwise, null reference.
Syntax
'Declaration
 
Public Overridable Function ObjectFromPoint( _
   ByVal point As Point _
) As ICommandObject
'Usage
 
Dim instance As CommandPanel
Dim point As Point
Dim value As ICommandObject
 
value = instance.ObjectFromPoint(point)
public virtual ICommandObject ObjectFromPoint( 
   Point point
)
public: virtual ICommandObject* ObjectFromPoint( 
   Point point
) 
public:
virtual ICommandObject^ ObjectFromPoint( 
   Point point
) 

Parameters

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

CommandPanel Class
CommandPanel Members

Send Feedback