Opens the specific field options dialog box.
public DialogResult ShowDialog()
public DialogResult ShowDialog(bool rightToLeft);
public DialogResult ShowDialog(object owner);
public DialogResult ShowDialog(object owner, bool rightToLeft);
Parameter | Description |
---|---|
right |
Sets the dialog layout flow direction. True sets the layout to RTL, false sets the layout to LTR. |
owner | Sets the dialog's owner window. For WPF dialogs this must be an object of type System. |