Metadata definitions for TextBoxConcept. More...
Public Attributes | |
DynamicMessageType< TextBoxMetadata.CharacterRemovalMessageArguments > | BackspaceAtCursorMessage |
In a Text Box node deletes a character using backspace. More... | |
DynamicMessageType< TextBoxMetadata.CharacterRemovalMessageArguments > | BackspaceWordAtCursorMessage |
In a Text Box node deletes the characters until the next word boundary using backspace. More... | |
DynamicMessageType< TextBoxConceptMetadata.TextCompositionStateMessageArguments > | CancelTextCompositionMessage |
Discards the text composed in an Input Method Editor. More... | |
DynamicPropertyType< Integer > | CharacterCountProperty |
DynamicMessageType< TextBoxMetadata.ModifySelectionMessageArguments > | ClearSelectionMessage |
In a Text Box node clears the current text selection. More... | |
DynamicMessageType< TextBoxConceptMetadata.TextCompositionStateMessageArguments > | CommitCompositionTextMessage |
Commits to a Text Box node the text composed in an Input Method Editor. More... | |
DynamicPropertyType< Resource > | CompositionTextBackgroundBrushProperty |
Sets the brush that highlights the text that the user composes using an input method editor (IME). More... | |
DynamicMessageType< TextBoxConceptMetadata.TextCompositionStateMessageArguments > | CompositionTextChangedMessage |
Occurs when the text produced in an Input Method Editor is updated in a Text Box node. More... | |
DynamicMessageType< TextBoxConceptMetadata.TextCompositionStateMessageArguments > | CompositionTextCommittedMessage |
Occurs: More... | |
DynamicPropertyType< Resource > | CompositionTextForegroundBrushProperty |
Sets the brush for the text that the user composes using an input method editor (IME). More... | |
DynamicPropertyType< String > | CompositionTextProperty |
Reports the text that the user composes in the Text Box using an input method editor (IME). More... | |
DynamicMessageType< TextBoxConceptMetadata.CursorPositionMessageArguments > | CursorMovedMessage |
Occurs when the user moves the cursor in a Text Box node. More... | |
DynamicPropertyType< Integer > | CursorPositionProperty |
Sets the position of the cursor in the text shown in the Text Box node. More... | |
DynamicPropertyType< Resource > | CursorPrefabProperty |
Sets the prefab template that defines the appearance of the cursor instead of the default cursor. More... | |
DynamicMessageType< TextBoxMetadata.CharacterRemovalMessageArguments > | DeleteAtCursorMessage |
In a Text Box node deletes a character using delete. More... | |
DynamicMessageType< TextBoxMetadata.DeleteSelectionMessageArguments > | DeleteSelectionMessage |
In a Text Box node, erases any currently selected text. More... | |
DynamicMessageType< TextBoxConceptMetadata.TextRangeMessageArguments > | DeleteTextMessage |
In a Text Box node, deletes the text between given start and end character indexes. More... | |
DynamicMessageType< TextBoxMetadata.CharacterRemovalMessageArguments > | DeleteWordAtCursorMessage |
In a Text Box node deletes the characters until the next word boundary using delete. More... | |
DynamicPropertyType< String > | DisplayTextProperty |
Reports the text that the Text Box displays. More... | |
DynamicPropertyType< Integer > | EchoModeProperty |
Sets how the Text Box node shows text: More... | |
DynamicMessageType< TextBoxConceptMetadata.TextChangedMessageArguments > | EditingFinishedMessage |
Occurs when a Text Box node leaves the editing state after the user modified the text content. More... | |
DynamicMessageType< TextBoxConceptMetadata.TextChangedMessageArguments > | EditingStartedMessage |
Occurs when the user makes the first modification to the text in a Text Box node that is in the editing state. More... | |
DynamicPropertyType< Integer > | EditModeProperty |
Sets how the Text Box node enters the editing state: More... | |
DynamicMessageType< TextBoxConceptMetadata.EditingStateChangedMessageArguments > | EnteredEditingStateMessage |
Occurs when a Text Box node enters the editing state. More... | |
DynamicMessageType< TextBoxMetadata.ModifyEditingStateMessageArguments > | EnterEditingMessage |
Makes a Text Box node enter the editing state. More... | |
DynamicMessageType< TextBoxMetadata.ModifyEditingStateMessageArguments > | ExitEditingMessage |
Makes a Text Box node leave the editing state. More... | |
DynamicPropertyType< Boolean > | HasSelectionProperty |
Indicates whether any of the text in the Text Box node is selected. More... | |
DynamicPropertyType< Boolean > | HideTextHintWhenEditingProperty |
Sets whether to hide the placeholder content, which you set using the Text Hint Prefab property, when the Text Box node is in the editing state. More... | |
DynamicMessageType< TextBoxConceptMetadata.InputMethodActionMessageArguments > | InputMethodActionMessage |
Occurs when the user taps the action button on their on-screen keyboard while editing the text in a Text Box node. More... | |
DynamicPropertyType< Integer > | InputMethodActionProperty |
Sets the label of the user action button on the on-screen keyboard for this Text Box. More... | |
DynamicMessageType< TextBoxConceptMetadata.InputMethodAvailableMessageArguments > | InputMethodAvailableMessage |
Occurs when an input method becomes available to a Text Box node. More... | |
DynamicMessageType< TextBoxConceptMetadata.InputMethodAvailableMessageArguments > | InputMethodUnavailableMessage |
Occurs when the input method that is composing text in a Text Box node becomes unavailable. More... | |
DynamicPropertyType< Integer > | InputTypeProperty |
Sets the input type of the input methods that provide the input layout to let the user enter and edit text of specific type in the Text Box node: More... | |
DynamicMessageType< TextBoxConceptMetadata.TextContentMessageArguments > | InsertTextAtCursorMessage |
In a Text Box node adds text at the cursor position. More... | |
DynamicMessageType< TextBoxConceptMetadata.TextInsertionMessageArguments > | InsertTextMessage |
In a Text Box node, inserts text at a specified character index. More... | |
DynamicPropertyType< Boolean > | IsComposingTextProperty |
Reports the text composition state of the Text Box node. More... | |
DynamicPropertyType< Boolean > | IsEditingProperty |
Reports the editing state of the Text Box node. More... | |
DynamicMessageType< TextBoxConceptMetadata.EditingStateChangedMessageArguments > | LeftEditingStateMessage |
Occurs when a Text Box node leaves the editing state. More... | |
DynamicPropertyType< Integer > | MaximumTextLengthProperty |
Sets the maximum length of text that the user can insert in the Text Box node. More... | |
AbstractMetaclass | metaclass = new AbstractMetaclass("Kanzi.TextBoxConcept") |
Metaclass for TextBoxConcept. | |
DynamicMessageType< TextBoxMetadata.MoveCursorMessageArguments > | MoveCursorBackwardMessage |
In a Text Box node moves the cursor backward by one character. More... | |
DynamicMessageType< TextBoxMetadata.MoveCursorMessageArguments > | MoveCursorForwardMessage |
In a Text Box node moves the cursor forward by one character. More... | |
DynamicMessageType< TextBoxMetadata.MoveCursorMessageArguments > | MoveCursorHomeMessage |
In a Text Box node moves the cursor ahead of the first character of the text content. More... | |
DynamicMessageType< TextBoxMetadata.MoveCursorMessageArguments > | MoveCursorToEndMessage |
In a Text Box node moves the cursor after the last character of the text content. More... | |
DynamicMessageType< TextBoxMetadata.MoveCursorMessageArguments > | MoveCursorToNextWordMessage |
In a Text Box node moves the cursor forward to the next word boundary. More... | |
DynamicMessageType< TextBoxMetadata.MoveCursorMessageArguments > | MoveCursorToPreviousWordMessage |
In a Text Box node moves the cursor backward to the previous word boundary. More... | |
DynamicMessageType< TextBoxMetadata.ModifySelectionMessageArguments > | MoveSelectionEndBackwardMessage |
In a Text Box node moves the handle at the end of text selection backward by one character. More... | |
DynamicMessageType< TextBoxMetadata.ModifySelectionMessageArguments > | MoveSelectionEndForwardMessage |
In a Text Box node moves the handle at the end of text selection forward by one character. More... | |
DynamicMessageType< TextBoxMetadata.ModifySelectionMessageArguments > | MoveSelectionEndToNextWordMessage |
In a Text Box node moves the handle at the end of text selection forward to the start of the next word. More... | |
DynamicMessageType< TextBoxMetadata.ModifySelectionMessageArguments > | MoveSelectionEndToPreviousWordMessage |
In a Text Box node moves the handle at the end of text selection backward to the start of the previous word. More... | |
DynamicMessageType< TextBoxMetadata.ModifySelectionMessageArguments > | MoveSelectionStartBackwardMessage |
In a Text Box node moves the handle at the beginning of text selection backward by one character. More... | |
DynamicMessageType< TextBoxMetadata.ModifySelectionMessageArguments > | MoveSelectionStartForwardMessage |
In a Text Box node moves the handle at the beginning of text selection forward by one character. More... | |
DynamicMessageType< TextBoxMetadata.ModifySelectionMessageArguments > | MoveSelectionStartToNextWordMessage |
In a Text Box node moves the handle at the beginning of text selection forward to the start of the next word. More... | |
DynamicMessageType< TextBoxMetadata.ModifySelectionMessageArguments > | MoveSelectionStartToPreviousWordMessage |
In a Text Box node moves the handle at the beginning of text selection backward to the start of the previous word. More... | |
DynamicPropertyType< Integer > | PasswordEchoTimeoutProperty |
Sets the time in milliseconds that an inserted character is visible before being masked when using the password echo mode. More... | |
DynamicPropertyType< String > | PasswordMaskingCharacterProperty |
Sets the character that masks each character that the application user enters when using the password echo mode. More... | |
DynamicPropertyType< Boolean > | ReadOnlyProperty |
Sets whether the Text Box node is editable. More... | |
DynamicMessageType< TextBoxMetadata.ModifySelectionMessageArguments > | SelectAllMessage |
In a Text Box node selects all text. More... | |
DynamicPropertyType< Resource > | SelectionBackgroundBrushProperty |
Sets the brush that highlights the selected text. More... | |
DynamicMessageType< TextBoxConceptMetadata.SelectedTextMessageArguments > | SelectionChangedMessage |
Occurs when the user changes the text selection in a Text Box node. More... | |
DynamicMessageType< TextBoxConceptMetadata.CursorPositionMessageArguments > | SelectionClearedMessage |
Occurs when the user clears or resets the text selection in a Text Box node. More... | |
DynamicPropertyType< Integer > | SelectionEndCursorPositionProperty |
The position of the cursor that marks the end of text selection in the Text Box node. More... | |
DynamicPropertyType< Resource > | SelectionEndPrefabProperty |
Sets the prefab template that defines the appearance of the selection handle at the end of text selection instead of the default handle. More... | |
DynamicPropertyType< Resource > | SelectionForegroundBrushProperty |
Sets the brush for the selected text. More... | |
DynamicPropertyType< Integer > | SelectionStartCursorPositionProperty |
The position of the cursor that marks the beginning of text selection in the Text Box node. More... | |
DynamicMessageType< TextBoxConceptMetadata.SelectedTextMessageArguments > | SelectionStartedMessage |
Occurs when the user starts selecting text in a Text Box node. More... | |
DynamicPropertyType< Resource > | SelectionStartPrefabProperty |
Sets the prefab template that defines the appearance of the selection handle at the beginning of text selection instead of the default handle. More... | |
DynamicMessageType< TextBoxConceptMetadata.TextRangeMessageArguments > | SelectTextMessage |
In a Text Box node, selects the text between given start and end character indexes. More... | |
DynamicMessageType< TextBoxMetadata.ModifySelectionMessageArguments > | SelectToEndMessage |
In a Text Box node selects the text from the cursor position to the end of the text. More... | |
DynamicMessageType< TextBoxMetadata.ModifySelectionMessageArguments > | SelectToHomeMessage |
In a Text Box node selects the text from the start of the text to the cursor position. More... | |
DynamicMessageType< TextBoxMetadata.ModifySelectionMessageArguments > | SelectWordAtCursorMessage |
In a Text Box node selects the word at the cursor position. More... | |
DynamicMessageType< TextBoxConceptMetadata.TextChangedMessageArguments > | TextChangedMessage |
Occurs when the user changes the text in a Text Box node. More... | |
DynamicMessageType< TextBoxConceptMetadata.TextCompositionStateMessageArguments > | TextCompositionCanceledMessage |
Occurs: More... | |
DynamicPropertyType< Resource > | TextHintPrefabProperty |
Sets the prefab template for showing placeholder content when the Text Box node is empty. More... | |
DynamicPropertyType< Integer > | TextKeyNavigationDirectionProperty |
Sets the text key navigation direction. More... | |
DynamicPropertyType< Integer > | WordCountProperty |
Metadata definitions for TextBoxConcept.
DynamicMessageType<TextBoxMetadata.CharacterRemovalMessageArguments> BackspaceAtCursorMessage |
In a Text Box node deletes a character using backspace.
For example, in text that uses a left-to-right script it deletes the character on the left side of the cursor.
DynamicMessageType<TextBoxMetadata.CharacterRemovalMessageArguments> BackspaceWordAtCursorMessage |
In a Text Box node deletes the characters until the next word boundary using backspace.
For example, in text that uses a left-to-right script it deletes the characters between the cursor position and the closest word boundary on the left side of the cursor.
DynamicMessageType<TextBoxConceptMetadata.TextCompositionStateMessageArguments> CancelTextCompositionMessage |
Discards the text composed in an Input Method Editor.
This action works only when the Text Box node, which the action targets, is in the editing state.
DynamicPropertyType<Integer> CharacterCountProperty |
DynamicMessageType<TextBoxMetadata.ModifySelectionMessageArguments> ClearSelectionMessage |
In a Text Box node clears the current text selection.
DynamicMessageType<TextBoxConceptMetadata.TextCompositionStateMessageArguments> CommitCompositionTextMessage |
Commits to a Text Box node the text composed in an Input Method Editor.
This action works only when the Text Box node, which the action targets, is in the editing state.
DynamicPropertyType<Resource> CompositionTextBackgroundBrushProperty |
Sets the brush that highlights the text that the user composes using an input method editor (IME).
DynamicMessageType<TextBoxConceptMetadata.TextCompositionStateMessageArguments> CompositionTextChangedMessage |
Occurs when the text produced in an Input Method Editor is updated in a Text Box node.
DynamicMessageType<TextBoxConceptMetadata.TextCompositionStateMessageArguments> CompositionTextCommittedMessage |
Occurs:
DynamicPropertyType<Resource> CompositionTextForegroundBrushProperty |
Sets the brush for the text that the user composes using an input method editor (IME).
DynamicPropertyType<String> CompositionTextProperty |
Reports the text that the user composes in the Text Box using an input method editor (IME).
DynamicMessageType<TextBoxConceptMetadata.CursorPositionMessageArguments> CursorMovedMessage |
Occurs when the user moves the cursor in a Text Box node.
DynamicPropertyType<Integer> CursorPositionProperty |
Sets the position of the cursor in the text shown in the Text Box node.
DynamicPropertyType<Resource> CursorPrefabProperty |
Sets the prefab template that defines the appearance of the cursor instead of the default cursor.
DynamicMessageType<TextBoxMetadata.CharacterRemovalMessageArguments> DeleteAtCursorMessage |
In a Text Box node deletes a character using delete.
For example, in text that uses a left-to-right script it deletes the character on the right side of the cursor.
DynamicMessageType<TextBoxMetadata.DeleteSelectionMessageArguments> DeleteSelectionMessage |
In a Text Box node, erases any currently selected text.
DynamicMessageType<TextBoxConceptMetadata.TextRangeMessageArguments> DeleteTextMessage |
In a Text Box node, deletes the text between given start and end character indexes.
DynamicMessageType<TextBoxMetadata.CharacterRemovalMessageArguments> DeleteWordAtCursorMessage |
In a Text Box node deletes the characters until the next word boundary using delete.
For example, in text that uses a left-to-right script it deletes the characters between the cursor position and the closest word boundary on the right side of the cursor.
DynamicPropertyType<String> DisplayTextProperty |
Reports the text that the Text Box displays.
DynamicPropertyType<Integer> EchoModeProperty |
Sets how the Text Box node shows text:
DynamicMessageType<TextBoxConceptMetadata.TextChangedMessageArguments> EditingFinishedMessage |
Occurs when a Text Box node leaves the editing state after the user modified the text content.
DynamicMessageType<TextBoxConceptMetadata.TextChangedMessageArguments> EditingStartedMessage |
Occurs when the user makes the first modification to the text in a Text Box node that is in the editing state.
DynamicPropertyType<Integer> EditModeProperty |
Sets how the Text Box node enters the editing state:
DynamicMessageType<TextBoxConceptMetadata.EditingStateChangedMessageArguments> EnteredEditingStateMessage |
Occurs when a Text Box node enters the editing state.
DynamicMessageType<TextBoxMetadata.ModifyEditingStateMessageArguments> EnterEditingMessage |
Makes a Text Box node enter the editing state.
DynamicMessageType<TextBoxMetadata.ModifyEditingStateMessageArguments> ExitEditingMessage |
Makes a Text Box node leave the editing state.
DynamicPropertyType<Boolean> HasSelectionProperty |
Indicates whether any of the text in the Text Box node is selected.
DynamicPropertyType<Boolean> HideTextHintWhenEditingProperty |
Sets whether to hide the placeholder content, which you set using the Text Hint Prefab property, when the Text Box node is in the editing state.
To hide the placeholder content only when the user enters text in the Text Box node, disable this property.
DynamicMessageType<TextBoxConceptMetadata.InputMethodActionMessageArguments> InputMethodActionMessage |
Occurs when the user taps the action button on their on-screen keyboard while editing the text in a Text Box node.
DynamicPropertyType<Integer> InputMethodActionProperty |
Sets the label of the user action button on the on-screen keyboard for this Text Box.
By default uses the label of the default input method of the operating system.
DynamicMessageType<TextBoxConceptMetadata.InputMethodAvailableMessageArguments> InputMethodAvailableMessage |
Occurs when an input method becomes available to a Text Box node.
For example, an on-screen keyboard becomes available when it appears on the screen.
DynamicMessageType<TextBoxConceptMetadata.InputMethodAvailableMessageArguments> InputMethodUnavailableMessage |
Occurs when the input method that is composing text in a Text Box node becomes unavailable.
For example, an on-screen keyboard becomes unavailable when the user hides it.
DynamicPropertyType<Integer> InputTypeProperty |
Sets the input type of the input methods that provide the input layout to let the user enter and edit text of specific type in the Text Box node:
DynamicMessageType<TextBoxConceptMetadata.TextContentMessageArguments> InsertTextAtCursorMessage |
In a Text Box node adds text at the cursor position.
Set the value of the Text property to the text that you want to add.
DynamicMessageType<TextBoxConceptMetadata.TextInsertionMessageArguments> InsertTextMessage |
In a Text Box node, inserts text at a specified character index.
DynamicPropertyType<Boolean> IsComposingTextProperty |
Reports the text composition state of the Text Box node.
DynamicPropertyType<Boolean> IsEditingProperty |
Reports the editing state of the Text Box node.
DynamicMessageType<TextBoxConceptMetadata.EditingStateChangedMessageArguments> LeftEditingStateMessage |
Occurs when a Text Box node leaves the editing state.
DynamicPropertyType<Integer> MaximumTextLengthProperty |
Sets the maximum length of text that the user can insert in the Text Box node.
The unit is a UTF-8 character and the buffer byte length can be greater for multi-byte characters.
DynamicMessageType<TextBoxMetadata.MoveCursorMessageArguments> MoveCursorBackwardMessage |
In a Text Box node moves the cursor backward by one character.
DynamicMessageType<TextBoxMetadata.MoveCursorMessageArguments> MoveCursorForwardMessage |
In a Text Box node moves the cursor forward by one character.
DynamicMessageType<TextBoxMetadata.MoveCursorMessageArguments> MoveCursorHomeMessage |
In a Text Box node moves the cursor ahead of the first character of the text content.
DynamicMessageType<TextBoxMetadata.MoveCursorMessageArguments> MoveCursorToEndMessage |
In a Text Box node moves the cursor after the last character of the text content.
DynamicMessageType<TextBoxMetadata.MoveCursorMessageArguments> MoveCursorToNextWordMessage |
In a Text Box node moves the cursor forward to the next word boundary.
DynamicMessageType<TextBoxMetadata.MoveCursorMessageArguments> MoveCursorToPreviousWordMessage |
In a Text Box node moves the cursor backward to the previous word boundary.
DynamicMessageType<TextBoxMetadata.ModifySelectionMessageArguments> MoveSelectionEndBackwardMessage |
In a Text Box node moves the handle at the end of text selection backward by one character.
DynamicMessageType<TextBoxMetadata.ModifySelectionMessageArguments> MoveSelectionEndForwardMessage |
In a Text Box node moves the handle at the end of text selection forward by one character.
DynamicMessageType<TextBoxMetadata.ModifySelectionMessageArguments> MoveSelectionEndToNextWordMessage |
In a Text Box node moves the handle at the end of text selection forward to the start of the next word.
DynamicMessageType<TextBoxMetadata.ModifySelectionMessageArguments> MoveSelectionEndToPreviousWordMessage |
In a Text Box node moves the handle at the end of text selection backward to the start of the previous word.
DynamicMessageType<TextBoxMetadata.ModifySelectionMessageArguments> MoveSelectionStartBackwardMessage |
In a Text Box node moves the handle at the beginning of text selection backward by one character.
DynamicMessageType<TextBoxMetadata.ModifySelectionMessageArguments> MoveSelectionStartForwardMessage |
In a Text Box node moves the handle at the beginning of text selection forward by one character.
DynamicMessageType<TextBoxMetadata.ModifySelectionMessageArguments> MoveSelectionStartToNextWordMessage |
In a Text Box node moves the handle at the beginning of text selection forward to the start of the next word.
DynamicMessageType<TextBoxMetadata.ModifySelectionMessageArguments> MoveSelectionStartToPreviousWordMessage |
In a Text Box node moves the handle at the beginning of text selection backward to the start of the previous word.
DynamicPropertyType<Integer> PasswordEchoTimeoutProperty |
Sets the time in milliseconds that an inserted character is visible before being masked when using the password echo mode.
To use the password echo mode, set the Echo Mode property to Password Echo.
DynamicPropertyType<String> PasswordMaskingCharacterProperty |
Sets the character that masks each character that the application user enters when using the password echo mode.
To use the password echo mode, set the Echo Mode property to Password.
DynamicPropertyType<Boolean> ReadOnlyProperty |
Sets whether the Text Box node is editable.
When you enable this property, you can set the text only through the Text property and the user cannot edit the text in the Text Box node.
DynamicMessageType<TextBoxMetadata.ModifySelectionMessageArguments> SelectAllMessage |
In a Text Box node selects all text.
DynamicPropertyType<Resource> SelectionBackgroundBrushProperty |
Sets the brush that highlights the selected text.
DynamicMessageType<TextBoxConceptMetadata.SelectedTextMessageArguments> SelectionChangedMessage |
Occurs when the user changes the text selection in a Text Box node.
DynamicMessageType<TextBoxConceptMetadata.CursorPositionMessageArguments> SelectionClearedMessage |
Occurs when the user clears or resets the text selection in a Text Box node.
DynamicPropertyType<Integer> SelectionEndCursorPositionProperty |
The position of the cursor that marks the end of text selection in the Text Box node.
DynamicPropertyType<Resource> SelectionEndPrefabProperty |
Sets the prefab template that defines the appearance of the selection handle at the end of text selection instead of the default handle.
DynamicPropertyType<Resource> SelectionForegroundBrushProperty |
Sets the brush for the selected text.
DynamicPropertyType<Integer> SelectionStartCursorPositionProperty |
The position of the cursor that marks the beginning of text selection in the Text Box node.
DynamicMessageType<TextBoxConceptMetadata.SelectedTextMessageArguments> SelectionStartedMessage |
Occurs when the user starts selecting text in a Text Box node.
DynamicPropertyType<Resource> SelectionStartPrefabProperty |
Sets the prefab template that defines the appearance of the selection handle at the beginning of text selection instead of the default handle.
DynamicMessageType<TextBoxConceptMetadata.TextRangeMessageArguments> SelectTextMessage |
In a Text Box node, selects the text between given start and end character indexes.
DynamicMessageType<TextBoxMetadata.ModifySelectionMessageArguments> SelectToEndMessage |
In a Text Box node selects the text from the cursor position to the end of the text.
DynamicMessageType<TextBoxMetadata.ModifySelectionMessageArguments> SelectToHomeMessage |
In a Text Box node selects the text from the start of the text to the cursor position.
DynamicMessageType<TextBoxMetadata.ModifySelectionMessageArguments> SelectWordAtCursorMessage |
In a Text Box node selects the word at the cursor position.
DynamicMessageType<TextBoxConceptMetadata.TextChangedMessageArguments> TextChangedMessage |
Occurs when the user changes the text in a Text Box node.
DynamicMessageType<TextBoxConceptMetadata.TextCompositionStateMessageArguments> TextCompositionCanceledMessage |
Occurs:
DynamicPropertyType<Resource> TextHintPrefabProperty |
Sets the prefab template for showing placeholder content when the Text Box node is empty.
DynamicPropertyType<Integer> TextKeyNavigationDirectionProperty |
Sets the text key navigation direction.
DynamicPropertyType<Integer> WordCountProperty |