 | CDGWSetTitle Method |
Changes the title of the dialog.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void SetTitle(
string title
)
public void SetTitle(
string title
)
Public Sub SetTitle (
title As String
)
Public Sub SetTitle (
title As String
)
public:
void SetTitle(
String^ title
)
public:
void SetTitle(
String^ title
)
member SetTitle :
title : string -> unit
member SetTitle :
title : string -> unit
Parameters
- title
- Type: SystemString
Title to set
Remarks
A "Special", additional title can be added to a dialog by passing a title
to SetTitle_DGW with the following syntax:
"Window Title\nAdditional Title"
In the title argument, a line break character '\n' is used to
separate the parts.
The window title free_appears as the title in the upper bar of the dialog.
The additional title free_appears below this, in the main body of the
dialog, and is separated from the rest of the fields by a horizontal
line. It is printed in the bold version of the default font (or of the
special font specified using the MONTAJ.GX_TITLE_FONT parameter noted
above in "Setting Fonts in GX dialogs."
See Also