Table of Contents

Method PostExecuteCommand

Namespace
VectorDraw.Professional.vdCommandLine
Assembly
vdCommandLine.dll

PostExecuteCommand(string)

This ExecuteCommand Posts the Execution of the command as aoon as the Message que of the application is ready to translate the message.

public void PostExecuteCommand(string command)

Parameters

command string

A string representing the command.

Remarks

This is very usefull with buttons that lock the focus until the click event is finished(like ToolStripItem).