Nevron .NET Vision
Nevron.Chart Namespace / NAxisCursor Class / EnableKeyboardMove Property


In This Topic
    EnableKeyboardMove Property
    In This Topic
    Allows the user to move this cursor with the keyboard
    Syntax
    '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;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also