CommandLineTypeSetExitCommand Method
|
Overrides the built in Exit command with your own.
Namespace:
us.FreeWill.CommandLine
Assembly:
CommandLine (in CommandLine.dll) Version: 2.0.2341.22284
Syntax public bool SetExitCommand(
CommandType command
)
Parameters
- command
- Type: us.FreeWill.CommandLineCommandType
The command you want executed when the user types "exit" (or whatever you've replaced "exit" with in the command object).
Return Value
Type:
Booleantrue.
See Also