Programatically Select Drawing Tools

M

Mishaev Mark

Hi,

What is the best for programmatically selecting drawing tools (connector,
text tool, pointer) within Visio ActiveX control.

Any help would be appreciated.


Mark.
 
M

Mark Nelson [MS]

Take your pick from these commands:

Application.DoCmd visCmdDRPointerTool
Application.DoCmd visCmdDRTextTool
Application.DoCmd visCmdDRConnectorTool
Application.DoCmd visCmdDRLineTool
Application.DoCmd visCmdDRRectTool
 
Top