Dwarrowdelf.Client.SharpDXHost.TabIntoCore C# (CSharp) 메소드

TabIntoCore() 보호된 메소드

protected TabIntoCore ( System.Windows.Input.TraversalRequest request ) : bool
request System.Windows.Input.TraversalRequest
리턴 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;
        }