ComponentOne BinaryImage for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Menu Namespace / C1Menu Class / OnClientFocus Property

In This Topic
    OnClientFocus Property (C1Menu)
    In This Topic
    Triggered when a menu item gets the focus, either when the mouse is used to hover over it (on hover) or when the cursor keys are used on the keyboard (navigation with cursor key) focus.
    Syntax
    'Declaration
     
    Public Property OnClientFocus As System.String
    public System.string OnClientFocus {get; set;}
    See Also