The AllOthersFill property returns or sets the fill properties for objects not included in a territory. Returns a FillFormat object.
object.AllOthersFill
'AllOthersFill
'Change the fill for all objects not in a territory to be red (undefined objects)
TerritoryMap.AllOthersFill.ForeColor = mvColorRed
Used by: TerritoryMap object