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

In This Topic
    ShowOnLoad Property
    In This Topic
    When autoOpen is true the dialog will open automatically when dialog is called.
    Syntax
    'Declaration
     
    Public Property ShowOnLoad As System.Boolean
    public System.bool ShowOnLoad {get; set;}
    See Also