Click or drag to resize

TabsSetSelectWithRmb Method

If true, enables selecting a tab with the right mouse button.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetSelectWithRmb(
	bool enabled
)

Parameters

enabled
Type: SystemBoolean

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

See Also