'Declaration Public Function New( _ ByVal dialogType As DialogType, _ ByVal dialog As System.Windows.Forms.Form _ )
public ShowDialogEventArgs( DialogType dialogType, System.Windows.Forms.Form dialog )
Parameters
- dialogType
- The DialogType value.
- dialog
- The System.Windows.Forms.Form object.