Click or drag to resize

TabControl.PadTabs Method

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

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

Parameters

dwWidth (Optional)
Type: Usual
The amount of horizontal padding (in pixels).
dwHeight (Optional)
Type: Usual
The amount of vertical padding (in pixels).

Return Value

Type: Usual
See Also