Message 1 of 3

Not applicable
12-27-2016
09:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
i am a newer to objectARX, and want to make ucsicon to be unselectable. I had try to find some codes to do this things, but just found a command could accomplish this requirement, and it is UCSICON.
so i use the code below,
acedCommand(RTSTR, _T("UCSICON"), RTSTR, _T("SELECTABLE") , RTSTR , _T("NO") , RTSTR, _T("") , RTNONE):
But it does not work. can you give me some suggestions or materials?
Solved! Go to Solution.