Interface IInputMethod
.NET interface for TO BE DEFINED FROM USER
public interface IInputMethod
Properties
ControlObject
object ControlObject { get; }
Property Value
Locale
Locale Locale { get; }
Property Value
Methods
Activate()
void Activate()
Deactivate(bool)
void Deactivate(bool arg0)
Parameters
DispatchEvent(AWTEvent)
void DispatchEvent(AWTEvent arg0)
Parameters
Dispose()
void Dispose()
EndComposition()
void EndComposition()
HideWindows()
void HideWindows()
IsCompositionEnabled()
bool IsCompositionEnabled()
Returns
NotifyClientWindowChange(Rectangle)
void NotifyClientWindowChange(Rectangle arg0)
Parameters
Reconvert()
void Reconvert()
RemoveNotify()
void RemoveNotify()
SetCharacterSubsets(Subset[])
void SetCharacterSubsets(Character.Subset[] arg0)
Parameters
arg0
Subset[]
SetCompositionEnabled(bool)
void SetCompositionEnabled(bool arg0)
Parameters
SetInputMethodContext(InputMethodContext)
void SetInputMethodContext(InputMethodContext arg0)
Parameters
SetLocale(Locale)
bool SetLocale(Locale arg0)