Click or drag to resize

ToastRequestToastBodyList Property

[This is preliminary documentation and is subject to change.]

Toast body list (optional)

Namespace:  DesktopToast
Assembly:  DesktopToast (in DesktopToast.dll) Version: 0.7.0.0 (0.7.0.0)
Syntax
public IList<string> ToastBodyList { get; set; }

Property Value

Type: IListString
Remarks
If specified, toast body will be substituted by this list.
See Also