[]
        
(Showing Draft Content)

C1.Win.Input.GrapeCity.Framework.Input.Ime.ImeStatusWindow

Ime.ImeStatusWindow Class

Defines the ime status window.

Inheritance
Ime.ImeStatusWindow
Namespace: C1.Win.Input.GrapeCity.Framework.Input
Assembly: C1.Win.Input.8.dll
Syntax
public sealed class Ime.ImeStatusWindow : Ime.ImeWindow

Constructors

Name Description
ImeStatusWindow(Ime)

Initializes a new instance of the Ime.ImeStatusWindow class.

Properties

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.

Events

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.