Responder Developer Guide
LoadCursorHandle Method


Version: 10.2.1a

Resource Center Home

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

Parameters

cursorName
Name of the cursor.

Return Value

cursor 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