ArcFM Desktop Developer Guide
NtrGesturesRegister Method


Syntax
'Declaration
 
Public Shared Function NtrGesturesRegister( _
   ByVal ntrHandle As IntPtr, _
   ByRef ntrGestures As TNtrGestures, _
   ByVal hWnd As IntPtr _
) As Boolean
'Usage
 
Dim ntrHandle As IntPtr
Dim ntrGestures As TNtrGestures
Dim hWnd As IntPtr
Dim value As Boolean
 
value = Gestures.NtrGesturesRegister(ntrHandle, ntrGestures, hWnd)
public static bool NtrGesturesRegister( 
   IntPtr ntrHandle,
   ref TNtrGestures ntrGestures,
   IntPtr hWnd
)

Parameters

ntrHandle
ntrGestures
hWnd
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

Gestures Class
Gestures Members

 

 


Send Comment