Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NLightUIItem Class / MouseInteractive Property


In This Topic
    MouseInteractive Property
    In This Topic
    Determines whether the element will be mouse interactive and change its state upon different mouse events.
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.DefaultValueAttribute(True)>
    <System.ComponentModel.DescriptionAttribute("Determines whether the element will be mouse interactive and change its state upon different mouse events.")>
    Public Overridable Property MouseInteractive As System.Boolean
    'Usage
     
    
    Dim instance As NLightUIItem
    Dim value As System.Boolean
     
    instance.MouseInteractive = value
     
    value = instance.MouseInteractive
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.DefaultValue(true)]
    [System.ComponentModel.Description("Determines whether the element will be mouse interactive and change its state upon different mouse events.")]
    public virtual System.bool MouseInteractive {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