ToolCollectionItem Property

Gets or sets a Tool at particular index.

Definition

Namespace: BeeMobile.ToolBar
Assembly: BeeMobile.ToolBar.NET48 (in BeeMobile.ToolBar.NET48.dll) Version: 4.8.3.5
C#
public Tool this[
	int index
] { get; set; }

Parameters

index  Int32
Index of a Tool to get or set.

Return Value

Tool
Tool at corresponding index.

Exceptions

ArgumentOutOfRangeException This exception is thrown if the provided index does not fall within the range of valid values.

See Also