OLEFormat.IconIndex Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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