'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;}