Property | Type | Description | |
---|---|---|---|
IEnumerable | IEnumerator |
Method | Description | |
---|---|---|
GetEnumerator ( ) : IEnumerator |
||
SelectionDialog ( string identifier, SelectionDialogPattern pattern = SelectionDialogPattern.Top ) : System.Collections |
Constructs a new selection dialog with just an identifier.
|
|
SelectionDialog ( string identifier, SelectionDialogPattern pattern, List pages ) : System.Collections |
Constructs a new selection dialog with just an identifier.
|
Method | Description | |
---|---|---|
IEnumerable ( ) : IEnumerator |
public SelectionDialog ( string identifier, SelectionDialogPattern pattern = SelectionDialogPattern.Top ) : System.Collections | ||
identifier | string | The text identifier of the window. |
pattern | SelectionDialogPattern | |
return | System.Collections |
public SelectionDialog ( string identifier, SelectionDialogPattern pattern, List pages ) : System.Collections | ||
identifier | string | The text identifier of the dialog. |
pattern | SelectionDialogPattern | |
pages | List | The list of lines in the dialog. |
return | System.Collections |