Class EditorWindow
Definition
- Namespace:
- Tizen.Uix.InputMethod
- Assembly:
- Tizen.Uix.InputMethod.dll
- API Level:
- 4
The editor window class.
C#Copypublic class EditorWindow : Window, IAccessibleObject
- Inheritance
- Implements
Methods
Declaration
C#Copyprotected override IntPtr CreateHandle(EvasObject parent)
Parameters
Type | Name | Description |
---|---|---|
EvasObject | parent | Parent EvasObject. |
Returns
Type | Description |
---|---|
System.IntPtr | Handle IntPtr. |
Overrides
API Level: 4
Declaration
C#Copypublic IntPtr GetHandle()
Returns
Type | Description |
---|---|
System.IntPtr | Handle IntPtr. |
API Level: 4
View Source
SetSize(Int32, Int32, Int32, Int32)
This API updates the input panel window's size information.
Declaration
C#Copypublic static void SetSize(int portraitWidth, int portraitHeight, int landscapeWidth, int landscapeHeight)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | portraitWidth | The width in the portrait mode. |
System.Int32 | portraitHeight | The height in the portrait mode. |
System.Int32 | landscapeWidth | The width in the landscape mode. |
System.Int32 | landscapeHeight | The height in the landscape mode. |
Exceptions
Type | Condition |
---|---|
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 has not started yet. |