LoadVectorIconFromResource Method
See Also
ImageManagerIcons Collection
| Module |
ResourceType |
Resource |
nIDCommand |
nWidth |
imageState |
 |
|
Command Bars ActiveX Control v24.0 |
|
|
|
Syntax
Public Function LoadVectorIconFromResource( _
ByVal [Module](#) As Integer, _
ByVal [ResourceType](#) As String, _
ByVal [Resource](#) As Long, _
ByVal [nIDCommand](#) As Long, _
ByVal [nWidth](#) As Long, _
ByVal [imageState](#) As [XTPImageState](XtremeCalendarControl~Enumerations~XTPImageState_EN.md) _
) As Boolean
Parameters
| Parameter |
Description |
| Module |
Specifies the module where the resource is located. |
| ResourceType |
Specifies the type of the resource. |
| Resource |
Specifies the resource identifier. |
| nIDCommand |
Specifies the command identifier. |
| nWidth |
Specifies the width of the icon. |
| imageState |
Specifies the state of the image. Possible values include: |
|
- xtpImageNormal: Specifies a normal icon. This is the image displayed when the item is displayed normally. |
|
- xtpImageDisabled: Specifies a disabled icon. This is the image displayed when the item is disabled. |
|
- xtpImageHot: Specifies a hot icon. This is the image displayed when the mouse pointer is positioned over the item. |
|
- xtpImageChecked: Specifies a "checked"/selected icon. This is the image displayed when the item is in a selected state. |
|
- xtpImagePressed: Specifies a "pressed"/pushed icon. This is the image displayed when the item is currently pressed by the mouse cursor. |
See Also
ImageManagerIcons Collection
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.