Share via


CandidateWindowBoundsChangedEventArgs Klasse

Definition

Stellt Ereignisdaten für das CandidateWindowBoundsChanged-Ereignis bereit .

public ref class CandidateWindowBoundsChangedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class CandidateWindowBoundsChangedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class CandidateWindowBoundsChangedEventArgs
Public NotInheritable Class CandidateWindowBoundsChangedEventArgs
Vererbung
Object Platform::Object IInspectable CandidateWindowBoundsChangedEventArgs
Attribute

Hinweise

Weitere Informationen finden Sie unter TextBox.CandidateWindowBoundsChanged und RichEditBox.CandidateWindowBoundsChanged.

Eigenschaften

Bounds

Ruft den Rect ab, der die Größe und Position des Fensters Input Method Editor (IME) im Koordinatenbereich des Textbearbeitungssteuerelements definiert.

Gilt für:

Weitere Informationen