Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NPopup Class / EnableMouseInput Property


In This Topic
    EnableMouseInput Property
    In This Topic
    Determines whether the popup may receive mouse messages.
    Syntax
    '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;}
    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