The ShowDialogBoxEventArgs class provides a DialogViewGenerator object which can be used to show a further dialog box from a parent dialog box. It is used with the ServerVisualization.DialogViewGenerator.ShowDialogBox event.

Syntax

public class ShowDialogBoxEventArgs: EventArgs
Public Class ShowDialogBoxEventArgs
  Inherits EventArgs

Introduced: X11.

Properties

Property Description
DialogBox Gets a DialogViewGenerator object which can be used to show the child dialog box.