ShowCollar Property

 

The ShowCollar property shows or hides the map collar. Returns a Boolean.

 

Syntax

object.ShowCollar

object.ShowCollar = Show

 

Parameter

Type

Description

Show

Boolean

required; true to show the map collar

 

Example

    'ShowCollar

    'Hides the collar

    Collar.ShowCollar = False

  

    'Shows the collar

    Collar.ShowCollar = True

 

Used by: Collar object