LayoutFarm.CustomWidgets.HtmlBox.IEventPortal C# (CSharp) Method

IEventPortal() private method

private IEventPortal ( UIKeyEventArgs e ) : bool
e LayoutFarm.UI.UIKeyEventArgs
return bool
        bool IEventPortal.PortalProcessDialogKey(UIKeyEventArgs e)
        {
            e.CurrentContextElement = this;
            var result = GetInputEventAdapter().ProcessDialogKey(e, htmlRenderBox.CssBox);
            return result;
        }
        void IEventPortal.PortalGotFocus(UIFocusEventArgs e)

Same methods

HtmlBox::IEventPortal ( UIFocusEventArgs e ) : void
HtmlBox::IEventPortal ( UIKeyEventArgs e ) : void
HtmlBox::IEventPortal ( UIMouseEventArgs e ) : void