Nevron .NET Vision
Nevron.Chart.Windows Namespace / NDragTool Class / FocusControlWhenActive Property


In This Topic
    FocusControlWhenActive Property
    In This Topic
    Whether the control will obtain keyboard focus when this tool is activated
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Keyboard")>
    <System.ComponentModel.DescriptionAttribute("Whether the control will obtain focus when this tool is activated.")>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.DefaultValueAttribute(True)>
    Public Property FocusControlWhenActive As System.Boolean
    'Usage
     
    
    Dim instance As NDragTool
    Dim value As System.Boolean
     
    instance.FocusControlWhenActive = value
     
    value = instance.FocusControlWhenActive
    [System.ComponentModel.Category("Keyboard")]
    [System.ComponentModel.Description("Whether the control will obtain focus when this tool is activated.")]
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.DefaultValue(true)]
    public System.bool FocusControlWhenActive {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