Back   Forward Collapse All Home > HowTos > Use UI Objects of TalMapX Control.  
TalMap SDK Libary Reference
HOWTO: Use UI Objects of TalMapX Control.
  Summary
  This document describes how to use the UI functions provided in TalMapX Control.
TalMapX Control provides various kinds of Objects for UI(User Interface).
The UI Objects provided in TalMapX Control are XUIButton, XUICheckBox, XUIImage, XUIImageList, XUIImageText, XUIPanel, UIStatic, and etc.
With this document, users can learn how to easily use UI Objects.
  Steps
  1. Get Control Manager from TalMapX Control.
2. Get UI Manager with the Contorl Manager.
3. Make desired Objects with the UI Manager.
4. Use the created UI Objects to carry out the desired tasks.
  Example
 
 JavaScript Copy Code
 VC++ Copy Code
  See Also
  Map Preview
 
top