Returns a view generator for the specified built-in dialog box.
public DialogViewGenerator GetDialogBox(ServerVisualization.TextViewGenerator.DialogBoxKind kind);
Public Function GetDialogBox(ByVal kind As ServerVisualization.TextViewGenerator.DialogBoxKind) As DialogViewGenerator
public DialogViewGenerator GetDialogBox(ServerVisualization.TextViewGenerator.DialogBoxKind kind, int selectedTab);
Public Function GetDialogBox(ByVal kind As ServerVisualization.TextViewGenerator.DialogBoxKind, ByVal selectedTab As Integer) As DialogViewGenerator
public DialogViewGenerator GetDialogBox(PageNumberField pageNumberField);
Public Function GetDialogBox(ByVal pageNumberField As PageNumberField) As DialogViewGenerator
public DialogViewGenerator GetDialogBox(FormField formField);
Public Function GetDialogBox(ByVal formField As FormField) As DialogViewGenerator
Parameter | Description | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
kind | Specifies which kind of dialog box is represented through the view generator. It can be one of the values specified through the Dialog |
||||||||||||||||||
selected |
Specifies an zero-based index indicating which dialog box tab is selected. This parameter can only be used for the following dialog boxes:
|
||||||||||||||||||
page |
Specifies the Page |
||||||||||||||||||
form |
Specifies the Form |
The method returns a Dialog