Class EditorWindow
Definition
- Namespace:
- Tizen.Uix.InputMethod
- Assembly:
- Tizen.Uix.InputMethod.dll
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
Declaration
C#Copypublic IntPtr GetHandle()
Returns
Type | Description |
---|---|
System.IntPtr | Handle IntPtr. |
Declaration
C#Copypublic 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:
|