Skip to content

SetIconSize Method

Description

The SetIconSize method is used to set the icon size of the group items.

Syntax

Public Sub SetIconSize( _
    ByVal cx As Long, _
    ByVal cy As Long _
)

Parameters

  • cx: New width of the icon in pixels.
  • cy: New height of the icon in pixels.

Remarks

This will set the size of the icon for all GroupItem objects in this group. The TaskPanel.SetIconSize method can be used to set the icon size for all groups and group items.

See Also


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