Returns whether the hotkeys should be imported.

Type Info:

ImportHotkey As Boolean
Example:
Dim Wiz As New ImportWizard
Dim ImportHotkey As Boolean

' initialize wizard
[...]

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

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

Class ImportWizard

Last Updated: 07/26/05