Shell32InfoOpenWithAppName Property |
Gets the Shell "Open With" command association from the registry.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public string OpenWithAppName { get; }
Public ReadOnly Property OpenWithAppName As String
Get
public:
property String^ OpenWithAppName {
String^ get ();
}
member OpenWithAppName : string with get
Property Value
Type:
StringSee Also