StructIconReference
A structure that represents a reference to an icon resource.
Definition
Namespace:Telerik.WinControls.Taskbar
Assembly:Telerik.WinControls.UI.dll
Syntax:
public struct IconReference
Inherited Members
Constructors
IconReference(string)
Initializes a new instance of the IconReference class.
Declaration
public IconReference(string referencePath)
Parameters
referencePath
The reference to a specific icon within a DLL, EXE(executable file) or icon file. The reference path consists of concatenated ModuleName and ReferencePath, separated by a comma.
IconReference(string, int)
Initializes a new instance of the IconReference class.
Properties
ModuleName
Gets or sets the name of DLL, EXE(executable file) or icon file.
ReferencePath
Gets or sets the reference to a specific icon within a DLL, EXE(executable file) or icon file. The reference path consists of concatenated ModuleName and ReferencePath, separated by a comma.
ResourceId
The zero-based index of the icon.