Interface IInputMethodDescriptor
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/awt/im/spi/InputMethodDescriptor.html
public interface IInputMethodDescriptor
Properties
AvailableLocales
Locale[] AvailableLocales { get; }
Property Value
- Locale[]
Methods
CreateInputMethod()
InputMethod CreateInputMethod()
Returns
Exceptions
GetInputMethodDisplayName(Locale, Locale)
String GetInputMethodDisplayName(Locale arg0, Locale arg1)
Parameters
Returns
GetInputMethodIcon(Locale)
Image GetInputMethodIcon(Locale arg0)
Parameters
Returns
HasDynamicLocaleList()
bool HasDynamicLocaleList()