Gets or sets index to Images of an image which will be displayed over this TabPage (button).

Namespace:  BeeMobile.ToolBar
Assembly:  BeeMobile.ToolBar.CF35 (in BeeMobile.ToolBar.CF35.dll) Version: 3.5.3.0

Syntax

C#
public int ImageIndex { get; set; }
Visual Basic (Declaration)
Public Property ImageIndex As Integer
Visual C++
public:
property int ImageIndex {
	int get ();
	void set (int value);
}

Remarks

If the specified index does not refer to any image in TImageList, then no Image will be drawn. If you don't want any Image to appear in a TabPage button, you can put a negative number here.

See Also