OverlayDictionaryItem Property (Int32)

CVB.Net Documentation
Access overlay plugin by means of a numerical index

Namespace:  Stemmer.Cvb.Forms.Overlays
Assembly:  Stemmer.Cvb.Forms (in Stemmer.Cvb.Forms.dll) Version: 14.0.0.0
Syntax

public OverlayPluginInfo this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
index of the item to get

Return Value

Type: OverlayPluginInfo
Overlay Plugin Information
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionIf index is out of range.
See Also

Reference