C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RenderInputText Class / InputActions Property

In This Topic
InputActions Property (RenderInputText)
In This Topic
Gets the collection of InputAction objects describing the pairs of supported user actions and handlers associated with those actions.
Syntax
'Declaration
 
Public ReadOnly Property InputActions As InputActionCollection
 
Remarks
This property always returns a non-null input actions' collection, initializing it if it has not been initialized yet. Use HasInputActions to test whether there are any input actions without initializing InputActions.
See Also