BCGControlBar Library for .NET
GetDebugPercents Method (DockingContainer)




Syntax
'Declaration
 
Public Sub GetDebugPercents( _
   ByVal control As Control, _
   ByRef barPercent As Double, _
   ByRef parentTablePercent As Double _
) 
'Usage
 
Dim instance As DockingContainer
Dim control As Control
Dim barPercent As Double
Dim parentTablePercent As Double
 
instance.GetDebugPercents(control, barPercent, parentTablePercent)
public void GetDebugPercents( 
   Control control,
   ref double barPercent,
   ref double parentTablePercent
)
public: void GetDebugPercents( 
   Control* control,
   ref double barPercent,
   ref double parentTablePercent
) 
public:
void GetDebugPercents( 
   Control^ control,
   double% barPercent,
   double% parentTablePercent
) 

Parameters

control
barPercent
parentTablePercent
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

DockingContainer Class
DockingContainer Members

Send Feedback