NetXP 3.0 Reference

IDockingRenderer.RecalculateMultilineTabs Method 

Recalculates multiline tabs.

[Visual Basic]
Sub RecalculateMultilineTabs( _
   ByVal ctl As TabControl, _
   ByVal xStartPos As Integer, _
   ByVal xEndPos As Integer, _
   ByVal tabPosition As Rectangle, _
   ByVal tabButtonHeight As Integer, _
   ByVal appearance As TabPosition, _
   ByRef topYPos As Integer, _
   ByRef bottomYPos As Integer, _
   ByRef tabsAreaRect As Rectangle, _
   ByRef pageAreaRect As Rectangle, _
   ByVal positionAtTop As Boolean, _
   ByVal pageSelected As Integer, _
   ByVal multilineFullWidth As Boolean, _
   ByRef tabRects As ArrayList, _
   ByVal selectedTextOnly As Boolean, _
   ByVal boldSelected As Boolean _
)
[C#]
void RecalculateMultilineTabs(
   TabControl ctl,
   int xStartPos,
   int xEndPos,
   Rectangle tabPosition,
   int tabButtonHeight,
   TabPosition appearance,
   ref int topYPos,
   ref int bottomYPos,
   ref Rectangle tabsAreaRect,
   ref Rectangle pageAreaRect,
   bool positionAtTop,
   int pageSelected,
   bool multilineFullWidth,
   ref ArrayList tabRects,
   bool selectedTextOnly,
   bool boldSelected
);

Parameters

ctl
xStartPos
xEndPos
tabPosition
tabButtonHeight
appearance
topYPos
bottomYPos
tabsAreaRect
pageAreaRect
positionAtTop
pageSelected
multilineFullWidth
tabRects
selectedTextOnly
boldSelected

See Also

IDockingRenderer Interface | NETXP.Controls.Docking Namespace