Click or drag to resize
GeonBitGameSetTitle Method
Set window title.

Namespace:  GeonBit
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void SetTitle(
	string title
)

Parameters

title
Type: SystemString
New title to set.
See Also