Click or drag to resize

TabContainerSetDragToRearrangeEnabled Method

Note: This API is now obsolete.

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

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

Parameters

enabled
Type: SystemBoolean

[Missing <param name="enabled"/> documentation for "M:Godot.TabContainer.SetDragToRearrangeEnabled(System.Boolean)"]

See Also