Gets the Instance Handle for the NotateXpress object. This is designed to be passed to the ThumbnailXpress property NotateXpressInstance to enable annotation functionality for thumbnails. Note: ThumbnailXpress is a separate control.
Syntax
public IntPtr InstanceHandle {get;}
public: __property IntPtr get_InstanceHandle();
'Declaration
Public ReadOnly Property InstanceHandle As IntPtr
'Usage
Dim instance As NotateXpress
Dim value As IntPtr
value = instance.InstanceHandle
See Also