ShellCommandIsPinToHome Method |
Checks if the given command is the 'PinToHome' shell command.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public static bool IsPinToHome(
ShellCommand command
)
Public Shared Function IsPinToHome (
command As ShellCommand
) As Boolean
public:
static bool IsPinToHome(
ShellCommand^ command
)
static member IsPinToHome :
command : ShellCommand -> bool
Parameters
- command
- Type: Jam.ShellShellCommand
The command to check.
Return Value
Type:
Booleantrue if the given command is the 'PinToHome' shell command;
false otherwise
See Also