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

In This Topic
    OnClientFocus Property (C1Dialog)
    In This Topic
    The name of the function which will be called when dialog is focused.
    Syntax
    'Declaration
     
    Public Property OnClientFocus As System.String
    public System.string OnClientFocus {get; set;}
    See Also