Returns if the accept button has been clicked.

Type Info:

Accept As Boolean
Example:
Dim Dlg As New ImportMultipleTranslationsDialog
Dim Accept As Boolean

' initialize dialog
[...]

If (Dlg.Show) Then
	Accept = Dlg.Accept

	' more actions
	[...]
End If
Remarks: Read-only property.

See also:

Class ImportMultipleTranslationsDialog

Last Updated: 04/03/06