BCGControlBar Library for .NET
OverfloatData Method




Syntax
'Declaration
 
Protected Function OverfloatData( _
   ByVal grph As Graphics, _
   ByVal overfloatWidth As Integer, _
   ByVal startCell As Integer, _
   ByVal currentTop As Integer, _
   ByVal forward As Boolean _
) As Integer
'Usage
 
Dim instance As Cell
Dim grph As Graphics
Dim overfloatWidth As Integer
Dim startCell As Integer
Dim currentTop As Integer
Dim forward As Boolean
Dim value As Integer
 
value = instance.OverfloatData(grph, overfloatWidth, startCell, currentTop, forward)
protected int OverfloatData( 
   Graphics grph,
   int overfloatWidth,
   int startCell,
   int currentTop,
   bool forward
)
protected: int OverfloatData( 
   Graphics* grph,
   int overfloatWidth,
   int startCell,
   int currentTop,
   bool forward
) 
protected:
int OverfloatData( 
   Graphics^ grph,
   int overfloatWidth,
   int startCell,
   int currentTop,
   bool forward
) 

Parameters

grph
overfloatWidth
startCell
currentTop
forward
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

Cell Class
Cell Members

Send Feedback