Class EditorWindow
Definition
- Namespace:
- Tizen.Uix.InputMethod
- Assembly:
- Tizen.Uix.InputMethod.dll
The editor window class.
public class EditorWindow : Window, IAccessibleObject
- Inheritance
- Implements
Methods
View SourceCreateHandle(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
View SourceGetHandle()
This API gets a handle for the editor window.
Declaration
public IntPtr GetHandle()
Returns
Type | Description |
---|---|
System.IntPtr |
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:
|