Class InputMethodContext.CallbackData
Definition
- Assembly:
- Tizen.NUI.dll
Data required by the IMF from the callback.
public class InputMethodContext.CallbackData : Disposable, IDisposable
- Inheritance
- Implements
-
System.IDisposable
Constructors
View SourceCallbackData()
The default constructor of CallbackData class.
Declaration
public CallbackData()
CallbackData(bool, int, string, bool)
The constructor.
Declaration
public CallbackData(bool aUpdate, int aCursorPosition, string aCurrentText, bool aPreeditResetRequired)
Parameters
Type | Name | Description |
---|---|---|
bool | aUpdate | True if the cursor position needs to be updated. |
int | aCursorPosition | The new position of the cursor. |
string | aCurrentText | The current text string. |
bool | aPreeditResetRequired | Flag if preedit reset is required. |
Fields
View SourceswigCMemOwn
The state if it owns memory
Declaration
[Obsolete("This has been deprecated in API9 and will be removed in API11. Use SwigCMemOwn that is declared in the parent class")]
protected bool swigCMemOwn
Field Value
Type | Description |
---|---|
bool |
Properties
View SourceCurrentText
The current text string.
Declaration
public string CurrentText { get; set; }
Property Value
Type | Description |
---|---|
string |
CursorPosition
The current cursor position.
Declaration
public int CursorPosition { get; set; }
Property Value
Type | Description |
---|---|
int |
PreeditResetRequired
Flags if the pre-edit reset is required.
Declaration
public bool PreeditResetRequired { get; set; }
Property Value
Type | Description |
---|---|
bool |
Update
The state if the cursor position needs to be updated.
Declaration
public bool Update { get; set; }
Property Value
Type | Description |
---|---|
bool |
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 |
Overrides
Implements
System.IDisposable