Click or drag to resize

SpinBoxGetLineEdit Method

Returns the LineEdit instance from this SpinBox. You can use it to access properties and methods of LineEdit.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public LineEdit GetLineEdit()

Return Value

Type: LineEdit

[Missing <returns> documentation for "M:Godot.SpinBox.GetLineEdit"]

See Also