ShellBrowser .Net Edition
IsOpen Method (command)
NamespacesJam.ShellShellCommandIsOpen(String)
Checks if the given command is the 'open' shell command.
Declaration Syntax
C#Visual BasicVisual C++
public static bool IsOpen(
	string command
)
Public Shared Function IsOpen ( _
	command As String _
) As Boolean
public:
static bool IsOpen(
	String^ command
)
Parameters
command (String)
The command string to check.
Return Value
true if the given command is the open shell command;false otherwise

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)