OLEFormat.IconIndex Property

Definition

Returns or sets the icon that's used when the DisplayAsIcon property is True: 0 (zero) corresponds to the first icon, 1 corresponds to the second icon, and so on. If this argument is omitted, the first (default) icon is used.

public:
 property int IconIndex { int get(); void set(int value); };
public int IconIndex { get; set; }
member this.IconIndex : int with get, set
Public Property IconIndex As Integer

Property Value

Applies to