Browse By Tags

  • [CONNECT C++] ListModel Manager for ComboBox and ListBox Hook Classes

    The MicroStationAPI DialogItemHookHandler class lets us write simpler hook handlers for MicroStation dialog items. They let you avoid the giant MDL switch statement in your procedural hook handler code. The ComboBox and ListBox dialog items share the…