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