Creates an instance of a Shortcut object with the specified company name, icon, and shortcut name.
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax public Shortcut(
string company,
string iconPath,
string name
)
Parameters
- company
- Type: SystemString
The name of the company associated with the shortcut. - iconPath
- Type: SystemString
The absolute path, relative path, or URL of the icon file to use for the shortcut. - name
- Type: SystemString
The name of the shortcut.
See Also