Class ImfManager.ImfCallbackData
Definition
- Assembly:
- Tizen.NUI.dll
Data required by the IMF from the callback.
public class ImfManager.ImfCallbackData : IDisposable
- Inheritance
-
objectImfManager.ImfCallbackData
- Implements
-
System.IDisposable
Constructors
View SourceImfCallbackData()
The default constructor.
Declaration
public ImfCallbackData()
ImfCallbackData(bool, int, string, bool)
The constructor.
Declaration
public ImfCallbackData(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 Sourcedisposed
A Flat to check if it is already disposed.
Declaration
protected bool disposed
Field Value
Type | Description |
---|---|
bool |
swigCMemOwn
swigCMemOwn
Declaration
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 text string.
Declaration
public int CursorPosition { get; set; }
Property Value
Type | Description |
---|---|
int |
PreeditResetRequired
Flags if preedit reset is required.
Declaration
public bool PreeditResetRequired { get; set; }
Property Value
Type | Description |
---|---|
bool |
Update
If the cursor position needs to be updated.
Declaration
public bool Update { get; set; }
Property Value
Type | Description |
---|---|
bool |
Methods
View SourceDispose()
The dispose pattern.
Declaration
public void Dispose()
Dispose(DisposeTypes)
Dispose.
Declaration
protected virtual void Dispose(DisposeTypes type)
Parameters
Type | Name | Description |
---|---|---|
DisposeTypes | type |
~ImfCallbackData()
Dispose.
Declaration
protected ~ImfCallbackData()
Implements
System.IDisposable