Skip to content

AddIconHandle Method

Description

Adds an icon for use with command bar controls.

Syntax

Public Sub AddIconHandle( _
    ByVal Icon As Long, _
    ByVal Command As Long, _
    ByVal imageState As Long, _
    ByVal Alpha As Boolean _
)

Parameters

  • Icon: The handle to the icon.
  • Command: The command id for which this icon will be used.
  • imageState: The state of the image.
  • Alpha: Specifies whether the image is an alpha image.

See Also

CommandBars Control


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