TabPageCollectionItem Property

Gets or sets a TabPage at particular index.

Definition

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

Parameters

index  Int32
Index of a TabPage to get or set.

Return Value

TabPage
TabPage at corresponding index.

Exceptions

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

See Also