Returns whether the state of the translation units should be exported.

Type Info:

ExportState As Boolean
Example:
Dim Wiz As New ExportWizard
Dim ExportState As Boolean

' initialize wizard
[...]

If (Wiz.Show) Then
	ExportState = Wiz.ExportState

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

Class ExportWizard

Last Updated: 07/26/05