LayoutFarm.CustomWidgets.HtmlBox.IEventPortal C# (CSharp) Méthode

IEventPortal() private méthode

private IEventPortal ( UIKeyEventArgs e ) : bool
e LayoutFarm.UI.UIKeyEventArgs
Résultat 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