FolderItemDialog.Title
From Xojo Documentation
Property (As String )
This property is only available on Windows and Linux platforms. For cross-platform compatibility, use #If...#Endif with the Target... specifiers to make sure you will not attempt to use this property on an incompatible platform. |
aFolderItemDialog.Title = newStringValue
or
StringValue = aFolderItemDialog.Title
Supported for all project types and targets.
or
StringValue = aFolderItemDialog.Title
Supported for all project types and targets.
The string that appears in the Title bar. This property is ignored on Macintosh.
Example
This example illustrates all the labelling properties of a FolderItemDialog.