[This is preliminary documentation and is subject to change.]
Assigns an icon to a shortcut, or identifies the icon assigned to a shortcut.
Namespace: Tools.IOtAssembly: Tools.Win (in Tools.Win.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public string IconPath { get; set; } |
| Visual Basic |
|---|
Public Property IconPath As String
Get
Set |
| F# |
|---|
member IconPath : string with get, set
|
| JScript |
|---|
function get IconPath () : String
function set IconPath (value : String) |
Field Value
A string that locates the icon. The string should contain a fully qualified path associated with the icon.
Return Value
Identifies the icon assigned to a shortcut
Exceptions
See Also