Learn to manage BIM workflows and create professional Archicad templates with the BIM Manager Program.
2009-08-03
04:36 PM
- last edited on
2023-08-03
01:41 PM
by
Doreena Deng
2009-09-23 05:17 PM
class MyDial : public TreeViewObserver, ... { protected: DG::TreeView mTree; }In the dialog's constructor
MyDial () : mTree (dialId, grcItemId), ... { mTree.SetHelpStyle (DG::TreeView::HSForItem); }
ItemHelpRequestedcallback.