Title Property (AWTDialog)

Class

AWTDialog.

Action

Gets the title of the dialog.

Syntax

C#
protected String Title { get; }
VB
'Declaration
Protected Read Property Title As String

Access

Read only.

Examples

VB

Dim title As String = optionsDialog.Title