BCGControlBar Library for .NET
ObjectFromPoint Method (MainRibbonPanel)




A point to retrieve.
Returns an object that contains a specified point
Syntax
'Declaration
 
Public Overrides Function ObjectFromPoint( _
   ByVal point As Point _
) As ICommandObject
'Usage
 
Dim instance As MainRibbonPanel
Dim point As Point
Dim value As ICommandObject
 
value = instance.ObjectFromPoint(point)
public override ICommandObject ObjectFromPoint( 
   Point point
)
public: ICommandObject* ObjectFromPoint( 
   Point point
) override 
public:
ICommandObject^ ObjectFromPoint( 
   Point point
) override 

Parameters

point
A point to retrieve.
Remarks
if any recently used documents or option buttons conitain the specified point, this buttons will be returned, otherwise, null reference.
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

MainRibbonPanel Class
MainRibbonPanel Members
Base Implementation in ObjectFromPoint

Send Feedback