NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TabItem.ImageIndex

Returns the imageIndex for the tabItem. This should point to an image in the TabStrip's associated imageList that will appear on the tab, or be-1.

[Visual Basic]
Public Property ImageIndex As Integer
[C#]
public int ImageIndex {get; set;}
[C++]
public: __property int get_ImageIndex();
public: __property void set_ImageIndex(int);
[JScript]
public function get ImageIndex() : int;
public function set ImageIndex(int);

Property Value

imageIndex that refers to an image in the associated imageList.

See Also

TabItem Class | TabItem Members | System.WinForms Namespace