BCGControlBar Library for .NET
GetDragBounds Method (AutoHideButton)




An object to get the dragged AutoHideButton.
Returns a point of the related docking pane to drag.
Syntax
'Declaration
 
Public Overridable Function GetDragBounds( _
   ByVal receiver As Object _
) As Point
'Usage
 
Dim instance As AutoHideButton
Dim receiver As Object
Dim value As Point
 
value = instance.GetDragBounds(receiver)
public virtual Point GetDragBounds( 
   object receiver
)
public: virtual Point GetDragBounds( 
   Object* receiver
) 
public:
virtual Point GetDragBounds( 
   Object^ receiver
) 

Parameters

receiver
An object to get the dragged AutoHideButton.
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

AutoHideButton Class
AutoHideButton Members

Send Feedback