Name | Description | |
---|---|---|
Ime.ImeCompositionWindow Constructor | Initializes a new instance of the Ime.ImeCompositionWindow class. |
The following tables list the members exposed by Ime.ImeCompositionWindow.
Name | Description | |
---|---|---|
Ime.ImeCompositionWindow Constructor | Initializes a new instance of the Ime.ImeCompositionWindow class. |
Name | Description | |
---|---|---|
Attributes | Gets the ime composition attributes. | |
Clauses | Gets the ime composition clauses. | |
CursorPosition | Gets the cursor position. | |
DeltaStart | Gets the delta start. | |
Ime | Gets the device of the ime window. (Inherited from C1.Win.Input.GrapeCity.Framework.Input.Ime.ImeWindow) | |
IsFloating | Gets a bool indicating whether the composition window is floating. | |
IsSingleLine | Gets whether the compsition form is single line or not. | |
LogicalFont | Gets or sets the logical font. | |
Position | Overridden. Gets or sets the position of the ime window. | |
ReadingAttributes | Gets the ime composition reading attributes. | |
ReadingClauses | Gets the ime composition reading clauses. | |
ReadingString | Gets or sets the reading string | |
ResultClauses | Gets the ime composition result clauses. | |
ResultReadingClauses | Gets the ime composition result reading clauses. | |
ResultReadingString | Gets the result reading string | |
ResultString | Gets the result string | |
String | Gets or sets the string | |
Visible | Overridden. Gets or sets a bool indicates whether the ime window is visible. | |
WorkArea | Gets or sets the work area of the composition window. |
Name | Description | |
---|---|---|
Cancel | Clear the composition string and set the status to no composition string | |
CanReconvert | A bool indicates whether the ime can do reconverting now. | |
Complete | Set the composition string as the result string. | |
Convert | Convert the composition string. | |
Float | Makes composition sit at a floating window. | |
Hide | Hides the ime window. (Inherited from C1.Win.Input.GrapeCity.Framework.Input.Ime.ImeWindow) | |
PositionWindow | Overloaded. Adjustes the window position. | |
Reconvert | Provides support for IME reconversion. | |
Revert | Cancel the current composition string and set the composition string to be the unconverted string. | |
Show | Shows the ime window. (Inherited from C1.Win.Input.GrapeCity.Framework.Input.Ime.ImeWindow) |
Name | Description | |
---|---|---|
Closed | When the ime window is closed. | |
CompositionChanged | Raised when the composition is changed. | |
CompositionFull | Raised when the IME window finds no space to extend the area for the composition window. | |
EndComposition | Raised when the IME ends composition. | |
Opened | When the ime window is opened. | |
StartComposition | Raised immediately before the ime generates the composition string as a result of a keystroke. |