BCGControlBar Library for .NET
PanelFromPoint Method




The point from the status bar in its client coordinates to consider.
Gets the StatusBarPaneInfo object from the status bar panes' collection, which contains the specified point. Called by the framework in the StatusBar class on OnDoubleClick method to raise PaneDoubleClick event.
Syntax
'Declaration
 
Public Function PanelFromPoint( _
   ByVal pt As Point _
) As StatusBarPaneInfo
'Usage
 
Dim instance As StatusBarControl
Dim pt As Point
Dim value As StatusBarPaneInfo
 
value = instance.PanelFromPoint(pt)
public StatusBarPaneInfo PanelFromPoint( 
   Point pt
)
public: StatusBarPaneInfo* PanelFromPoint( 
   Point pt
) 
public:
StatusBarPaneInfo^ PanelFromPoint( 
   Point pt
) 

Parameters

pt
The point from the status bar in its client coordinates to consider.
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

StatusBarControl Class
StatusBarControl Members

Send Feedback