[]
Defines the ime status window.
public sealed class Ime.ImeStatusWindow : Ime.ImeWindow
Name | Description |
---|---|
ImeStatusWindow(Ime) | Initializes a new instance of the Ime.ImeStatusWindow class. |
Name | Description |
---|---|
ConversionMode | Gets or sets the conversion mode. |
Position | Gets or sets the position of the ime window. |
SentenceMode | Gets or sets the sentence mode. |
Status | Gets or sets a Ime.ImeStatus indicating the ime is opened or closed. |
Visible | Gets or sets a bool indicates whether the ime window is visible. |
Name | Description |
---|---|
Closing | When the ime window is about closed. |
ConversionModeChanged | When the ConversionMode is changed by user from ime bar. |
Opening | When the ime window is about created. |
SentenceModeChanged | When the SentenceMode is changed by user from ime bar. |
StatusChanged | When the Status is changed by user from ime bar or by code. |