'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("The keyboard keys that have to be pressed.")> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property Keys As Key()
'Usage
Dim instance As NMouseCommand Dim value() As Key instance.Keys = value value = instance.Keys
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("The keyboard keys that have to be pressed.")] [System.Xml.Serialization.XmlAttribute()] public Key[] Keys {get; set;}