TextInputManipulatorMetadata
¶
Defines properties and message types for TextInputManipulator.
Inherits properties and message types from InputManipulatorMetadata.
| TextInputManipulatorMetadata.TextChangedMessage¶ | Arguments: TextInputManipulatorMetadata.TextChangedMessageArguments |
| TextInputManipulatorMetadata.CursorMovedMessage¶ | Arguments: TextInputManipulatorMetadata.CursorMovedMessageArguments |
| TextInputManipulatorMetadata.SelectionChangedMessage¶ | Arguments: TextInputManipulatorMetadata.SelectionChangedMessageArguments |
| TextInputManipulatorMetadata.ReadOnlyStateChangedMessage¶ | Arguments: TextInputManipulatorMetadata.ReadOnlyStateChangedMessageArguments |
| TextInputManipulatorMetadata.InputTypeChangedMessage¶ | Arguments: TextInputManipulatorMetadata.InputTypeChangedMessageArguments |
| TextInputManipulatorMetadata.InputMethodActionMessage¶ | Arguments: TextInputManipulatorMetadata.InputMethodActionMessageArguments |
| TextInputManipulatorMetadata.CompositionTextChangedMessage¶ | Arguments: TextInputManipulatorMetadata.TextCompositionStateMessageArguments |
| TextInputManipulatorMetadata.CompositionTextCommittedMessage¶ | Arguments: TextInputManipulatorMetadata.TextCompositionStateMessageArguments |
| TextInputManipulatorMetadata.TextCompositionCanceledMessage¶ | Arguments: TextInputManipulatorMetadata.TextCompositionStateMessageArguments |
| TextInputManipulatorMetadata.InputMethodsDisconnectedMessage¶ | Arguments: TextInputManipulatorMetadata.InputMethodsDisconnectedMessageArguments |
| TextInputManipulatorMetadata.InputMethodAvailableChangedMessage¶ | Arguments: TextInputManipulatorMetadata.InputMethodAvailableChangedMessageArguments |
Message arguments classes define message arguments used for different message types. Each class defines a number of property types - arguments - together with getter and setter functions for them.