OSDN Git Service

キーボードデフォーカスを返せるのにうその値を返していた
[fooeditengine/FooEditEngine.git] / Core / Automaion / FooTextBoxAutomationPeer.cs
index 7a47688..99f23b6 100644 (file)
@@ -129,6 +129,11 @@ namespace FooEditEngine
             return true;
         }
 
+        protected override bool IsKeyboardFocusableCore()
+        {
+            return true;
+        }
+        
 #if METRO || WINDOWS_UWP
         protected override Windows.Foundation.Rect GetBoundingRectangleCore()
         {