ShellCommandIsUnpinFromHome Method |
Checks if the given command is the 'UnpinFromHome' shell command.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic static bool IsUnpinFromHome(
ShellCommand command
)
Public Shared Function IsUnpinFromHome (
command As ShellCommand
) As Boolean
public:
static bool IsUnpinFromHome(
ShellCommand^ command
)
static member IsUnpinFromHome :
command : ShellCommand -> bool
Parameters
- command ShellCommand
- The command to check.
Return Value
Booleantrue if the given command is the 'UnpinFromHome' shell command;
false otherwise
See Also