Hello,
is it possible to add a string (like "Load...") to the linetype droplist for loading another linetype?
is it possible to remove items from a linetype or lineweight droplist (ByLayer and ByBlock)?
Fred
It is possible to modify the lists only for the plain dropdown styles like 36 and 38 (via SetItemDropList). The linetype, lineweight, etc. dropdown styles use an AutoCAD provided combo box that manages its own list of items. As for showing the list without ByLayer and ByBlock, the underlying combo exposes a property that controls the display of those items, but there is currently no way to specify that in a grid cell.
Ok, thanks, thats good to know.
Fred