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