InitialSelectionText Property
Gets or sets what the inital contents of the text box will be.
Syntax
public System.string InitialSelectionText {get; set;}Public Property InitialSelectionText As System.StringRemarks
For example, in a Save File workflow, a default filename could be provided.