'Declaration
<System.ComponentModel.CategoryAttribute("Keyboard")> <System.ComponentModel.DescriptionAttribute("Allows the user to move this cursor with the keyboard.")> <System.ComponentModel.DefaultValueAttribute(True)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property EnableKeyboardMove As System.Boolean
'Usage
Dim instance As NAxisCursor Dim value As System.Boolean instance.EnableKeyboardMove = value value = instance.EnableKeyboardMove
[System.ComponentModel.Category("Keyboard")] [System.ComponentModel.Description("Allows the user to move this cursor with the keyboard.")] [System.ComponentModel.DefaultValue(true)] [System.Xml.Serialization.XmlAttribute()] public System.bool EnableKeyboardMove {get; set;}