Click or drag to resize

IGUIRunCommand Method

Run a command. A command is anything you can bind a hotkey to.

Namespace: VideoCataloger
Assembly: VideoCataloger (in VideoCataloger.exe) Version: 8.0.9040.34617 (8.0.0.0)
Syntax
C#
void RunCommand(
	string command_name
)

Parameters

command_name  String
Name of the command as listed in the hotkey editor
See Also