Represents the informational prompt label of the form.
Syntax
'Declaration
Public TextInputPrompt As Label
'Usage
Dim instance As TextInput
Dim value As Label
value = instance.TextInputPrompt
instance.TextInputPrompt = value
public Label TextInputPrompt
See Also