Table of Contents

Method SetTabCtrlHeight

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

SetTabCtrlHeight(int)

Sets the tab height.

public void SetTabCtrlHeight(int height)

Parameters

height int

New tab height value.

Remarks

By default, the tab control height is calculated by measuring the text height and bitmap sizes on the tab captions. Calling this method will override that calculation and set the tab control to the specified height parameter. A call to this method will override any call to SetUniformBitmapSize(int, int).