Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NDragHandler Class / Hook Property


In This Topic
    Hook Property (NDragHandler)
    In This Topic
    Gets or sets the hook object that installs modal message loops and filters windows messages.
    Syntax
    'Declaration
     
    
    Public Overridable Property Hook As NHookBase
    'Usage
     
    
    Dim instance As NDragHandler
    Dim value As NHookBase
     
    instance.Hook = value
     
    value = instance.Hook
    public virtual NHookBase Hook {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also