TextBoxMetadata
¶
Defines properties and message types for TextBox.
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.
| CursorPositionProperty¶ | Contains the current position of the cursor. Example
|
| SelectionStartProperty¶ | Contains the index of the character in the beginning of the text selection. Example
|
| SelectionEndProperty¶ | Contains the end index of the selection. Example
|
| TextFieldContentProperty¶ | Contains the content of a Text Box node. Example
|
| StartPositionProperty¶ | Sets the index of the first character in the text range. Example
|
| EndPositionProperty¶ | Sets the index of the last character in the text range. Example
|