WebKit.WebUIDelegate.canTakeFocus C# (CSharp) 메소드

canTakeFocus() 공개 메소드

public canTakeFocus ( WebView sender, int forward, int &result ) : void
sender WebView
forward int
result int
리턴 void
        public void canTakeFocus(WebView sender, int forward, out int result)
        {
            throw new NotImplementedException();
        }