Share via


InputMethod.Clsid Property

Gets a value that identifies a specific input method.

Namespace:  Microsoft.WindowsCE.Forms
Assembly:  Microsoft.WindowsCE.Forms (in Microsoft.WindowsCE.Forms.dll)

Syntax

'Declaration
Public ReadOnly Property Clsid As Guid
'Usage
Dim instance As InputMethod 
Dim value As Guid 

value = instance.Clsid
public Guid Clsid { get; }
public:
property Guid Clsid {
    Guid get ();
}
public function get Clsid () : Guid

Property Value

Type: System.Guid
A Guid structure that contains a GUID that identifies a specific input method.

Remarks

You can only access this property value when you enumerate an InputPanel.InputMethodCollection.

.NET Framework Security

Platforms

Windows CE, Windows Mobile for Pocket PC

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

Version Information

.NET Compact Framework

Supported in: 3.5, 2.0

See Also

Reference

InputMethod Class

InputMethod Members

Microsoft.WindowsCE.Forms Namespace