Title Property (AWTFrame)

Class

AWTFrame.

Action

Gets the title of the frame.

Syntax

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

Access

Read only.

Examples

VB

Dim title As String = frameWindow.Title