'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets a value indicating whether a windows message filter will be installed. If false the popup will not be closed automatically.")> Public Property EnableHook As System.Boolean
'Usage
Dim instance As NPopup Dim value As System.Boolean instance.EnableHook = value value = instance.EnableHook
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets a value indicating whether a windows message filter will be installed. If false the popup will not be closed automatically.")] public System.bool EnableHook {get; set;}