Click or drag to resize

MenuRadioButtonGroupSetActive Method

Set button at index active.

Namespace:  Karamba.GHopper.Utilities.UIWidgets
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntax
public bool SetActive(
	int index
)

Parameters

index
Type: SystemInt32
Index.

Return Value

Type: Boolean
true, if active was set, false otherwise.
See Also