TextCompositionStartedEventArgs クラス

定義

TextBox および RichEditBoxTextCompositionStarted イベントのイベント データを提供します。

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

注釈

詳細については、 TextBox.TextCompositionStarted イベントと RichEditBox.TextCompositionStarted イベントを参照してください。

プロパティ

Length

ユーザーが Input Method エディター (IME) を使用して作成しているテキストの部分の長さを取得します。

StartIndex

ユーザーが Input Method エディター (IME) を使用して作成しているテキストの開始位置を取得します。

適用対象

こちらもご覧ください