 | ToastRequestShortcutIconFilePath Property |
[This is preliminary documentation and is subject to change.]
Icon file path of shortcut (optional)
Namespace:
DesktopToast
Assembly:
DesktopToast (in DesktopToast.dll) Version: 0.7.0.0 (0.7.0.0)
Syntaxpublic string ShortcutIconFilePath { get; set; }Public Property ShortcutIconFilePath As String
Get
Set
public:
property String^ ShortcutIconFilePath {
String^ get ();
void set (String^ value);
}member ShortcutIconFilePath : string with get, set
Property Value
Type:
String
RemarksIf not specified, target file path will be used.
See Also