TabControl.PadTabs Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual PadTabs(
Usual dwWidth = default,
Usual dwHeight = default
)
Request Example
View SourceParameters
- 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:
UsualSee Also