ToolImageIndex Property
Gets or sets index to
Images of an image which will
be displayed over this
Tool (button).
Namespace: BeeMobile.ToolBarAssembly: BeeMobile.ToolBar.NET48 (in BeeMobile.ToolBar.NET48.dll) Version: 4.8.3.5
public int ImageIndex { get; set; }
Public Property ImageIndex As Integer
Get
Set
Property Value
Int32
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
Tool, you
can put a negative number here.