W
Wes Lowe
I've added a connector tool button to my application using -
axDrawingControl.Document.Application.DoCmd(1225);
This seems to work fine, but it draws an arrow on the end of the connector.
How do I force a connector to be a plain line with no arrow ends?
axDrawingControl.Document.Application.DoCmd(1225);
This seems to work fine, but it draws an arrow on the end of the connector.
How do I force a connector to be a plain line with no arrow ends?