ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / ShowDialogEventArgs Class / Dialog Property

In This Topic
    Dialog Property (ShowDialogEventArgs)
    In This Topic
    Gets or sets the form to be shown as dialog.
    Syntax
    'Declaration
     
    Public Property Dialog As System.Windows.Forms.Form
    public System.Windows.Forms.Form Dialog {get; set;}
    See Also