Method GlobalInvoke
- Namespace
 - Alternet.FormDesigner.WinForms
 
- Assembly
 - Alternet.FormDesigner.v10.dll
 
GlobalInvoke(CommandID)
Invokes the given command on the local form or in the global environment.
public override bool GlobalInvoke(CommandID commandID)
Parameters
commandIDCommandIDThe command to invoke.
Returns
- bool
 true, if the command was found; otherwise, false.