TabControl.PadTabs Method (Typed) | |
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
public virtual void PadTabs(
int dwWidth,
int dwHeight
)
Request Example
View SourceParameters
- dwWidth
- Type: Long
The amount of horizontal padding (in pixels). - dwHeight
- Type: Long
The amount of vertical padding (in pixels).
See Also