Class InputMethodDeviceInformation
Definition
- Namespace:
- Tizen.Uix.InputMethod
- Assembly:
- Tizen.Uix.InputMethod.dll
This class gives the device information, like the name, class, and subclass.
public class InputMethodDeviceInformation
- Inheritance
-
objectInputMethodDeviceInformation
Properties
View SourceDeviceClass
Gets the device class of the key event.
Declaration
public DeviceClass DeviceClass { get; }
Property Value
Type | Description |
---|---|
DeviceClass |
DeviceSubclass
Gets the device subclass of the key event.
Declaration
public DeviceSubclass DeviceSubclass { get; }
Property Value
Type | Description |
---|---|
DeviceSubclass |
Name
Gets the device name of the key event.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string |