ShellBrowserBaseGetShellObjectName Method |
Returns the Windows shell display name of the currently active object.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public string GetShellObjectName()
Public Function GetShellObjectName As String
public:
String^ GetShellObjectName()
member GetShellObjectName : unit -> string
Return Value
Type:
Stringthe Windows shell display name of the currently active object.
See Also