TabPageImageSelectedIndex Property

Gets or sets the index of image which will be painted 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 ImageSelectedIndex { get; set; }

Property Value

Int32

Remarks

The index refers to Images collection.

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, you can put a negative number here.

See Also