BCGControlBar Library for .NET
TabElementFromPoint Method




A point to retrieve.
If the boundaries of any visible  TabElement from the RibbonControl contains a specified point, this TabElement will be returned, otherwise, null value.
Syntax
'Declaration
 
Public Overridable Function TabElementFromPoint( _
   ByVal point As Point _
) As ICommandObject
'Usage
 
Dim instance As RibbonControl
Dim point As Point
Dim value As ICommandObject
 
value = instance.TabElementFromPoint(point)
public virtual ICommandObject TabElementFromPoint( 
   Point point
)
public: virtual ICommandObject* TabElementFromPoint( 
   Point point
) 
public:
virtual ICommandObject^ TabElementFromPoint( 
   Point point
) 

Parameters

point
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

RibbonControl Class
RibbonControl Members

Send Feedback