suite4.net.FormDatabase Documentation

IFormCollection.Item Property

Gets an IForm element with a specified name.

[Visual Basic]
Property Item( _
   ByVal name As String _
) As IForm
[C#]
IForm this[
   string name
] {get;}

Parameters

name
The Name of the IForm to get.

Remarks

Access to collection elements by using an index is not supported.

Exceptions

Exception Type Condition
ArgumentOutOfRangeException No element with the specified name exists in the IFormCollection.
NotSupportedException The caller attempts to retrieve an element using an index.

See Also

IFormCollection Interface | suite4.net.FormDatabase Namespace