Back   Forward Collapse All Home > HowTos > Set up Events for the UI Objects of TalMapX Control 
TalMap SDK Libary Reference
HOWTO: Set up Events for the UI Objects of TalMapX Control.
  Summary
  This document describes how to set up an Event for UI Object provided in TalMapX Control.
With this document, users can learn how to easily use the Form of the Theme Manager.
TalMapX Control provides various kinds of objects for UI(User Interface).
The Objects provided in TalMapX Control are XUIButton, XUICheckBox, XUIImage, XUIImageList, XUIImageText, XUIPanel, UIStatic, and etc.
Users can use created Event Objects. Any Event except primary Events, however, is created by user setup.
With this document, users can learn how to easily set up Events for the 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. Set up desired Events using AddEventMode method of created UI Objects.
  Example
 
 JavaScript Copy Code
 VC++ Copy Code
  See Also
  Map Preview
 
top