TabPageImageIndex Property

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

Definition

Namespace: BeeMobile.ToolBar
Assembly: BeeMobile.ToolBar.NET48 (in BeeMobile.ToolBar.NET48.dll) Version: 4.8.3.5
C#
public int ImageIndex { get; set; }

Property Value

Int32

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