PromptTitle Property
The title of the prompt window.
Syntax
[VB.NET] Public Property PromptTitle As String
[C#] public string PromptTitle {get; set;}
Remarks
This property specifies the title of the prompt dialog if PromptUser is True. The default value is empty string.
Default Value
""