ShowLabel Property

 

The ShowLabel property returns or sets the state of showing labels on a pin map. Returns a Boolean.

 

Syntax

object.ShowLabel

object.ShowLabel = ShowLabel

 

Parameter

Type

Description

ShowLabel

Boolean

required; true to show labels

 

Example 1

This example returns the state of showing labels on a pin map.

 

Debug.Print PinMap.ShowLabel

 

Example 2

This example disables labels on a pin map.

 

PinMap.ShowLabel = False

 

Used by: PinMap object