Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ClipboardChangeNotifier Class / nextViewerHandle Field


In This Topic
    nextViewerHandle Field
    In This Topic
    The next handle in the Clipboard viewer chain when the Clipboard notification is installed, otherwise System.IntPtr.Zero.
    Syntax
    'Declaration
     
    
    Protected nextViewerHandle As IntPtr
    'Usage
     
    
    Dim instance As ClipboardChangeNotifier
    Dim value As IntPtr
     
    value = instance.nextViewerHandle
     
    instance.nextViewerHandle = value
    protected IntPtr nextViewerHandle
    See Also