Share via


InputPanel.InputMethodCollection.Item Property

Gets the item at the specified index.

Namespace: Microsoft.WindowsCE.Forms
Assembly: Microsoft.WindowsCE.Forms (in microsoft.windowsce.forms.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As InputMethod
'Usage
Dim instance As InputMethodCollection
Dim index As Integer
Dim value As InputMethod

value = instance(index)
public InputMethod this [
    int index
] { get; }
public:
property InputMethod^ default [int] {
    InputMethod^ get (int index);
}
/** @property */
public InputMethod get_Item (int index)
JScript supports the use of indexed properties, but not the declaration of new ones.

Parameters

  • index

Property Value

The element at the specified index.

.NET Framework Security

  • Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see .

Platforms

Windows CE, Windows Mobile for Pocket PC

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

Version Information

.NET Compact Framework

Supported in: 2.0

See Also

Reference

InputPanel.InputMethodCollection Class
InputPanel.InputMethodCollection Members
Microsoft.WindowsCE.Forms Namespace