Class IMContextClassHandle
public abstract class IMContextClassHandle : SafeHandle, IDisposable
- Inheritance
-
IMContextClassHandle
- Implements
- Derived
- Inherited Members
Constructors
IMContextClassHandle(bool)
protected IMContextClassHandle(bool ownsHandle)
Parameters
ownsHandle
bool
Properties
IsInvalid
When overridden in a derived class, gets a value indicating whether the handle value is invalid.
public override sealed bool IsInvalid { get; }
Property Value
Methods
Equals(IMContextClassHandle?)
public bool Equals(IMContextClassHandle? other)
Parameters
other
IMContextClassHandle
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
GetActivateOsk()
public IMContextClassData.ActivateOskCallback GetActivateOsk()
Returns
GetActivateOskWithEvent()
public IMContextClassData.ActivateOskWithEventCallback GetActivateOskWithEvent()
Returns
GetCommit()
public IMContextClassData.CommitCallback GetCommit()
Returns
GetDeleteSurrounding()
public IMContextClassData.DeleteSurroundingCallback GetDeleteSurrounding()
Returns
GetFilterKeypress()
public IMContextClassData.FilterKeypressCallback GetFilterKeypress()
Returns
GetFocusIn()
public IMContextClassData.FocusInCallback GetFocusIn()
Returns
GetFocusOut()
public IMContextClassData.FocusOutCallback GetFocusOut()
Returns
GetGetPreeditString()
public IMContextClassData.GetPreeditStringCallback GetGetPreeditString()
Returns
GetGetSurrounding()
public IMContextClassData.GetSurroundingCallback GetGetSurrounding()
Returns
GetGetSurroundingWithSelection()
public IMContextClassData.GetSurroundingWithSelectionCallback GetGetSurroundingWithSelection()
Returns
GetGtkReserved2()
public IMContextClassData.GtkReserved2Callback GetGtkReserved2()
Returns
GetGtkReserved3()
public IMContextClassData.GtkReserved3Callback GetGtkReserved3()
Returns
GetGtkReserved4()
public IMContextClassData.GtkReserved4Callback GetGtkReserved4()
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
GetPreeditChanged()
public IMContextClassData.PreeditChangedCallback GetPreeditChanged()
Returns
GetPreeditEnd()
public IMContextClassData.PreeditEndCallback GetPreeditEnd()
Returns
GetPreeditStart()
public IMContextClassData.PreeditStartCallback GetPreeditStart()
Returns
GetReset()
public IMContextClassData.ResetCallback GetReset()
Returns
GetRetrieveSurrounding()
public IMContextClassData.RetrieveSurroundingCallback GetRetrieveSurrounding()
Returns
GetSetClientWidget()
public IMContextClassData.SetClientWidgetCallback GetSetClientWidget()
Returns
GetSetCursorLocation()
public IMContextClassData.SetCursorLocationCallback GetSetCursorLocation()
Returns
GetSetSurrounding()
public IMContextClassData.SetSurroundingCallback GetSetSurrounding()
Returns
GetSetSurroundingWithSelection()
public IMContextClassData.SetSurroundingWithSelectionCallback GetSetSurroundingWithSelection()
Returns
GetSetUsePreedit()
public IMContextClassData.SetUsePreeditCallback GetSetUsePreedit()