Icon TMapTypeControlStyle

Unit: WebMaps

TMapTypeControlStyle = (tcDefault,tcDropDownMenu,
      tcHorizontalBar)

Available In: Client and Server Applications

The TMapTypeControlStyle enumerated type is used with the TMapTypeControlOptions class to specify the style of the map type control.

ElementDescription
tcDefaultThe map type control will be the default control style (a horizontal menu bar).
tcDropDownMenuThe map type control will be a drop-down menu.
tcHorizontalBarThe map type control will be a horizontal menu bar.
Image