Click or drag to resize

FileDialogModeOverridesTitle Property

If true, changing the Mode property will set the window title accordingly (e.g. setting mode to will change the window title to "Open a File").

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool ModeOverridesTitle { get; set; }

Property Value

Type: Boolean
See Also