SetImageLayoutIconPadding Method
Description
The SetImageLayoutIconPadding method sets the top, left, bottom, and right margins/padding around icons in the Task Panel.
Syntax
Public Sub SetImageLayoutIconPadding( _
ByVal left As Long, _
ByVal top As Long, _
ByVal right As Long, _
ByVal bottom As Long _
)
Parameters
- left: Size of the left margin/padding of the icon in pixels. This is the space that appears between the left border of the icon and the actual icon.
- top: Size of the top margin/padding of the icon in pixels. This is the space that appears between the top border of the icon and the actual icon.
- right: Size of the right margin/padding of the icon in pixels. This is the space that appears between the right border of the icon and the actual icon.
- bottom: Size of the bottom margin/padding of the icon in pixels. This is the space that appears between the bottom border of the icon and the actual icon.
Remarks
The SetImageLayoutIconPadding method sets the top, left, bottom, and right margins/padding around icons in the Task Panel. This is the "padding" that is placed around the icon.
See Also

Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.