Locations.CanDisplayDialog

Syntax

Locations.CanDisplayDialog

Data Type

Boolean

Purpose

This property specifies if calling the Locations.GotoLocation method can display the location in a dialog box. If you handle the UIMsg_GotoLocation user interface message, check the value of this property before displaying a location in a dialog box. The default value of this property is True .

Remarks

If the user interface cannot go to the location, the Locations.GotoLocation method uses the options parameter to determine whether to launch a dialog box to inform the user that the user interface could not go to the location.

See Also

Locations.GotoLocation