OverlayDictionaryItem Property (String)

CVB.Net Documentation
Retrieve overlay plugin information by means of a string key containing the plugin's friendly name

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

public OverlayPluginInfo this[
	string key
] { get; set; }

Parameters

key
Type: SystemString

Return Value

Type: OverlayPluginInfo

Implements

IDictionaryTKey, TValueItemTKey
Exceptions

ExceptionCondition
NotSupportedExceptionwhen trying to invoke the set accessor of the indexer (this collection is strictly read-only).
See Also

Reference