Responder Developer Guide
LoadIconHandle Method


Version: 10.2.1a

Resource Center Home

Name of the icon.
Loads the icon handle. Not Yet Implemented.
Syntax
'Declaration
 
Public Function LoadIconHandle( _
   ByVal iconName As String _
) As Integer
'Usage
 
Dim instance As VB6ResourceLoader
Dim iconName As String
Dim value As Integer
 
value = instance.LoadIconHandle(iconName)
public int LoadIconHandle( 
   string iconName
)

Parameters

iconName
Name of the icon.

Return Value

icon handle
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

VB6ResourceLoader Class
VB6ResourceLoader Members

 

 


Send Comment