Dwarrowdelf.Client.SharpDXHost.TabIntoCore C# (CSharp) Method

TabIntoCore() protected method

protected TabIntoCore ( System.Windows.Input.TraversalRequest request ) : bool
request System.Windows.Input.TraversalRequest
return bool
        protected override bool TabIntoCore(TraversalRequest request)
        {
            // Not sure if this is exactly right, but seems to work for allowing tab focusing into this
            Focus();
            return true;
        }