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
    object
    InputMethodDeviceInformation

    Properties

    View Source

    DeviceClass

    Gets the device class of the key event.

    Declaration
    public DeviceClass DeviceClass { get; }
    Property Value
    Type Description
    DeviceClass
    View Source

    DeviceSubclass

    Gets the device subclass of the key event.

    Declaration
    public DeviceSubclass DeviceSubclass { get; }
    Property Value
    Type Description
    DeviceSubclass
    View Source

    Name

    Gets the device name of the key event.

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    string
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX