WebAppManifestShortcuts Property |
Version 130.1.90
Shortcuts
Namespace: CefSharp.DevTools.PageAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public IList<Shortcut> Shortcuts { get; set; }
public:
property IList<Shortcut^>^ Shortcuts {
IList<Shortcut^>^ get ();
void set (IList<Shortcut^>^ value);
}
Property Value
IListShortcutSee Also