Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
- API Level:
- 5
Data required by the IMF from the callback.
public class CallbackData : IDisposable
- Inheritance
-
System.Object
InputMethodContext.CallbackData
- Implements
-
System.IDisposable
Constructors
Declaration
API Level: 5
View Source
CallbackData(Boolean, Int32, String, Boolean)
Declaration
public CallbackData(bool aUpdate, int aCursorPosition, string aCurrentText, bool aPreeditResetRequired)
Parameters
Type |
Name |
Description |
System.Boolean |
aUpdate |
True if the cursor position needs to be updated.
|
System.Int32 |
aCursorPosition |
The new position of the cursor.
|
System.String |
aCurrentText |
The current text string.
|
System.Boolean |
aPreeditResetRequired |
Flag if preedit reset is required.
|
API Level: 5
Fields
View Source
disposed
A Flag to check if it is already disposed.
Declaration
Field Value
Type |
Description |
System.Boolean |
|
API Level: 5
Declaration
protected bool swigCMemOwn
Field Value
Type |
Description |
System.Boolean |
|
API Level: 5
Properties
Declaration
public string CurrentText { get; set; }
Property Value
Type |
Description |
System.String |
|
API Level: 5
View Source
CursorPosition
The current cursor position.
Declaration
public int CursorPosition { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
API Level: 5
View Source
PreeditResetRequired
Flags if the pre-edit reset is required.
Declaration
public bool PreeditResetRequired { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
API Level: 5
View Source
Update
The state if the cursor position needs to be updated.
Declaration
public bool Update { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
API Level: 5
Methods
Declaration
API Level: 5
View Source
Dispose(DisposeTypes)
You can override it to clean-up your own resources.
Declaration
protected virtual void Dispose(DisposeTypes type)
Parameters
API Level: 5
Declaration
protected void Finalize()
API Level: 5
Implements
System.IDisposable