Click or drag to resize

TabControl.PadTabs Method (Typed)

X#
Pad a tab's label and icon with empty space.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD PadTabs(
	dwWidth AS LONG,
	dwHeight AS LONG
) AS VOID
Request Example View Source

Parameters

dwWidth
Type: Long
The amount of horizontal padding (in pixels).
dwHeight
Type: Long
The amount of vertical padding (in pixels).
See Also