'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Determines whether the popup may receive mouse messages.")> Public Property EnableMouseInput As System.Boolean
'Usage
Dim instance As NPopup Dim value As System.Boolean instance.EnableMouseInput = value value = instance.EnableMouseInput
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Determines whether the popup may receive mouse messages.")] public System.bool EnableMouseInput {get; set;}