Options
All
  • Public
  • Public/Protected
  • All
Menu

Windows 96 shell API.

Hierarchy

  • ShellAPI

Index

Properties

NotifyIcon

NotifyIcon: { prototype: NotifyIconInstance }

An object representing a notification icon in the taskbar.

Type declaration

Taskbar

Taskbar: ShellTaskbar

Taskbar API.

fileQueue

fileQueue: ShellFileQueue

File queue API.

imde

imde: IMDEAPI

Immersive Desktop Environment API.

Methods

mkShortcut

  • mkShortcut(path: string, icon: string, action: string, hideShortcutEmblem?: boolean): Promise<void>
  • Creates a shortcut.

    Parameters

    • path: string

      The path to create the shortcut.

    • icon: string

      The icon name to use for the shortcut (URLs supported).

    • action: string

      The action to take.

    • Optional hideShortcutEmblem: boolean

    Returns Promise<void>

Generated using TypeDoc