Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ClipboardChangeNotifier Class / Install Method


In This Topic
    Install Method
    In This Topic
    Installs Clipboard change notification. The AssignHandle method of this class must have been called first.
    Syntax
    'Declaration
     
    
    Public Sub Install() 
    'Usage
     
    
    Dim instance As ClipboardChangeNotifier
     
    instance.Install()
    public void Install()
    See Also