Renderers.WindowsDefault.RecalculateMultilineTabs Method
Internal. See IDockingRenderer
[Visual Basic]NotOverridable Public 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 _
) Implements _
IDockingRenderer.RecalculateMultilineTabs
[C#]public
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
Implements
IDockingRenderer.RecalculateMultilineTabs
See Also
Renderers.WindowsDefault Class | NETXP.Controls.Docking Namespace