'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("The mouse action recognized by this command.")> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property MouseAction As MouseAction
'Usage
Dim instance As NMouseCommand Dim value As MouseAction instance.MouseAction = value value = instance.MouseAction
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("The mouse action recognized by this command.")] [System.Xml.Serialization.XmlAttribute()] public MouseAction MouseAction {get; set;}