[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "P:Tools.IOt.ShellLink.IconIndex"]

Namespace: Tools.IOt
Assembly: Tools.Win (in Tools.Win.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public int IconIndex { get; set; }
Visual Basic
Public Property IconIndex As Integer
	Get
	Set
Visual C++
public:
property int IconIndex {
	int get ();
	void set (int value);
}
F#
member IconIndex : int with get, set
JScript
function get IconIndex () : int
function set IconIndex (value : int)

Remarks

Gets or sets 0-based index of icon within file IconPath

Exceptions

ExceptionCondition
System..::..ObjectDisposedExceptionThe Disposed property is true

See Also