AllowPromptAsInput Property
Indicates whether the prompt character can be entered as valid data by the user. The prompt character is the character seen in the text box before a user enters input. See the PromptChar Property for more information.
public System.bool AllowPromptAsInput {get; set;}
'Declaration
Public Property AllowPromptAsInput As System.Boolean