Click or drag to resize

MenuRadioButtonGroupSetActive Method

Set button at index active.

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

Parameters

index
Type: SystemInt32
Index.

Return Value

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