Click or drag to resize

TextEditSetOverrideSelectedFontColor Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.TextEdit.SetOverrideSelectedFontColor(System.Boolean)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetOverrideSelectedFontColor is deprecated. Use the OverrideSelectedFontColor property instead.")]
public void SetOverrideSelectedFontColor(
	bool override
)

Parameters

override
Type: SystemBoolean

[Missing <param name="override"/> documentation for "M:Godot.TextEdit.SetOverrideSelectedFontColor(System.Boolean)"]

See Also