Checks if a command can run.
public bool CanRun(
string commandName
)
Public Function CanRun(
ByVal commandName As String
) As Boolean
public:
bool CanRun(
String^ commandName
)
commandName
Command name
true if the command can run with the specified value; otherwise, false.
This method is the equivalent of calling CanRun(commandName, value) with value set to null and can be used as a shortcut to using commands that do not take parameters.
Refer to Document Viewer Commands for more information.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET