NetXP 3.0 Reference

IDockingRenderer.RecalculateSinglelineTabs Method 

Recalculates single line tabs.

[Visual Basic]
Sub RecalculateSinglelineTabs( _
   ByVal ctl As TabControl, _
   ByVal xStartPos As Integer, _
   ByVal xWidth As Integer, _
   ByVal tabPosition As Rectangle, _
   ByRef topYPos As Integer, _
   ByRef bottomYPos As Integer, _
   ByVal positionAtTop As Boolean, _
   ByVal pageSelected As Integer, _
   ByRef tabRects As ArrayList, _
   ByVal selectedTextOnly As Boolean, _
   ByVal boldSelected As Boolean, _
   ByVal startPage As Integer, _
   ByVal shrinkPagesToFit As Boolean _
)
[C#]
void RecalculateSinglelineTabs(
   TabControl ctl,
   int xStartPos,
   int xWidth,
   Rectangle tabPosition,
   ref int topYPos,
   ref int bottomYPos,
   bool positionAtTop,
   int pageSelected,
   ref ArrayList tabRects,
   bool selectedTextOnly,
   bool boldSelected,
   int startPage,
   bool shrinkPagesToFit
);

Parameters

ctl
xStartPos
xWidth
tabPosition
topYPos
bottomYPos
positionAtTop
pageSelected
tabRects
selectedTextOnly
boldSelected
startPage
shrinkPagesToFit

See Also

IDockingRenderer Interface | NETXP.Controls.Docking Namespace