BCGControlBar Library for .NET
DockingControlFromPoint Method




The point in screen coordinates that  specifies the location for which to retrieve a docking control.
The control which will be excluded from the search.
if the boundaries of any docking container from the docked objects' collection of the DockManager or any miniframe window from the floating frame collection of the current dockmanager contains the specified point, returns this control. If such a control was not found or found control is specified in parameter "exclude",the function returns null value. Called by the framework on tracking the docking pane with smart markers to define it's current state.
Syntax
'Declaration
 
Public Function DockingControlFromPoint( _
   ByVal point As Point, _
   ByVal exclude As Control _
) As Control
'Usage
 
Dim instance As DockManager
Dim point As Point
Dim exclude As Control
Dim value As Control
 
value = instance.DockingControlFromPoint(point, exclude)
public Control DockingControlFromPoint( 
   Point point,
   Control exclude
)
public: Control* DockingControlFromPoint( 
   Point point,
   Control* exclude
) 
public:
Control^ DockingControlFromPoint( 
   Point point,
   Control^ exclude
) 

Parameters

point
The point in screen coordinates that  specifies the location for which to retrieve a docking control.
exclude
The control which will be excluded from the search.
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

DockManager Class
DockManager Members

Send Feedback