Click or drag to resize

ShellCommandIsProperties Method

Checks if the given command is the 'properties' shell command.

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
public static bool IsProperties(
	ShellCommand command
)

Parameters

command  ShellCommand
The command to check.

Return Value

Boolean
true if the given command is the 'properties' shell command;false otherwise
See Also