Returns whether the hotkeys should be exported.

Type Info:

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

' initialize wizard
[...]

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

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

Class ExportWizard

Last Updated: 07/26/05