Class EditorWindow

    Definition

    Namespace:
    Tizen.Uix.InputMethod
    Assembly:
    Tizen.Uix.InputMethod.dll

    The editor window class.

    public class EditorWindow : Window, IAccessibleObject
    Inheritance
    object
    EvasObject
    AccessibleObject
    Widget
    Window
    EditorWindow
    Implements
    IAccessibleObject

    Methods

    View Source

    CreateHandle(EvasObject)

    This API creates a handle for the editor window.

    Declaration
    protected override IntPtr CreateHandle(EvasObject parent)
    Parameters
    Type Name Description
    EvasObject parent
    Returns
    Type Description
    System.IntPtr
    Overrides
    Window.CreateHandle(EvasObject)
    View Source

    GetHandle()

    This API gets a handle for the editor window.

    Declaration
    public IntPtr GetHandle()
    Returns
    Type Description
    System.IntPtr
    View Source

    SetSize(int, int, int, int)

    This API updates the input panel window's size information.

    Declaration
    public static void SetSize(int portraitWidth, int portraitHeight, int landscapeWidth, int landscapeHeight)
    Parameters
    Type Name Description
    int portraitWidth

    The width in the portrait mode.

    int portraitHeight

    The height in the portrait mode.

    int landscapeWidth

    The width in the landscape mode.

    int landscapeHeight

    The height in the landscape mode.

    Exceptions
    Type Condition
    System.InvalidOperationException

    This can occur due to the following reasons:

    1. The application does not have the privilege to call this function.
    2. The IME main loop isn't started yet.

    Implements

    IAccessibleObject

    Extension Methods

    RotaryEventExtensions.Activate(EvasObject)
    RotaryEventExtensions.AddRotaryEventHandler(EvasObject, RotaryEventHandler)
    RotaryEventExtensions.Deactivate(EvasObject)
    RotaryEventExtensions.RemoveRotaryEventHandler(EvasObject, RotaryEventHandler)
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX