[]
Defines the ime candidate window.
public sealed class Ime.ImeCandidateWindow : Ime.ImeWindow
Name | Description |
---|---|
ImeCandidateWindow(Ime, int) | Initializes a new instance of the Ime.ImeCandidateWindow class. |
Name | Description |
---|---|
Candidates | Gets the candidate list of the candidate window. |
Index | Gets the index of the candidate window. |
PageSize | Gets the page size. |
PageStart | Gets the page start. |
Position | Gets or sets the position of the candidate window. |
SelectedCandidateIndex | Gets or sets the selected candidate index. |
Visible | Gets or sets the visible of the candidate window. |
Name | Description |
---|---|
Closing | When the ime window is about closed. |
ContentChanging | Raised when an ime is about to change the content of the candidate window. |
Opening | When the ime window is about created. |