Skip to content

SetIconPadding Method

Description

This method sets the amount of space (padding) around the icon within the TaskPanelGroupItem.

Syntax

Public Sub SetIconPadding( _
    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 SetIconPadding method sets the top, left, bottom, and right margins/padding around the icon in the TaskPanelGroupItem. This is the "padding" that is placed around the icon.

See Also


See Also


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