BCGControlBar Library for .NET
CalcExpectedDockedRect(DockInfo,SDMarkerType,Rectangle) Method




Syntax
'Declaration
 
Public Overloads Sub CalcExpectedDockedRect( _
   ByRef param1 As DockInfo, _
   ByVal markerType As SDMarkerType, _
   ByVal rectTrackedBar As Rectangle _
) 
'Usage
 
Dim instance As DockManager
Dim param1 As DockInfo
Dim markerType As SDMarkerType
Dim rectTrackedBar As Rectangle
 
instance.CalcExpectedDockedRect(param1, markerType, rectTrackedBar)
public void CalcExpectedDockedRect( 
   ref DockInfo param1,
   SDMarkerType markerType,
   Rectangle rectTrackedBar
)
public: void CalcExpectedDockedRect( 
   ref DockInfo* param1,
   SDMarkerType markerType,
   Rectangle rectTrackedBar
) 
public:
void CalcExpectedDockedRect( 
   DockInfo^% param1,
   SDMarkerType markerType,
   Rectangle rectTrackedBar
) 

Parameters

param1
markerType
rectTrackedBar
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
Overload List

Send Feedback