CandidateWindowBoundsChangedEventArgs CandidateWindowBoundsChangedEventArgs CandidateWindowBoundsChangedEventArgs CandidateWindowBoundsChangedEventArgs Class

Definition

Provides event data for the CandidateWindowBoundsChanged event.

public : sealed class CandidateWindowBoundsChangedEventArgs : ICandidateWindowBoundsChangedEventArgspublic sealed class CandidateWindowBoundsChangedEventArgs : ICandidateWindowBoundsChangedEventArgsPublic NotInheritable Class CandidateWindowBoundsChangedEventArgs Implements ICandidateWindowBoundsChangedEventArgs// This API is not available in Javascript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Remarks

For more info, see TextBox.CandidateWindowBoundsChanged and RichEditBox.CandidateWindowBoundsChanged.

Properties

Bounds Bounds Bounds Bounds

Gets the Rect that defines the size and location of the Input Method Editor (IME) window, in the coordinate space of the text edit control.

public : Rect Bounds { get; }public Rect Bounds { get; }Public ReadOnly Property Bounds As Rect// This API is not available in Javascript.
Value
Rect Rect Rect Rect

The Rect that defines the size and location of the Input Method Editor (IME) window

Remarks

This property gets a Rect that defines the size and location of the Input Method Editor (IME), in the coordinate space of the text control (upper left hand corner). This is (0,0,0,0) if there is no window, or if the Input Method Editor (IME) is aligned to the Soft Input Panel (SIP).