Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello Community,
i'm working on placement of component method through c#/vba, if I click it will place component one time, keeping on waiting for user for further clicks(placement)., is there is any action triggers which will escape after the first click (placement)
code:
oApp.CommandManager.PostPrivateEvent(PrivateEventTypeEnum.kFileNameEvent, filePath);
oApp.CommandManager.ControlDefinitions["AssemblyPlaceComponentCmd"].Execute2(true);
Solved! Go to Solution.