Condividi tramite


CandidateWindowBoundsChangedEventArgs Classe

Definizione

Fornisce i dati dell'evento CandidateWindowBoundsChanged .

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
Ereditarietà
Object Platform::Object IInspectable CandidateWindowBoundsChangedEventArgs
Attributi

Commenti

Per altre info, vedi TextBox.CandidateWindowBoundsChanged e RichEditBox.CandidateWindowBoundsChanged.

Proprietà

Bounds

Ottiene il rect che definisce le dimensioni e la posizione della finestra IME (Input Method Editor), nello spazio delle coordinate del controllo di modifica del testo.

Si applica a

Vedi anche