|
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)
Syntaxpublic bool SetActive(
int index
)
Public Function SetActive (
index As Integer
) As Boolean
public:
bool SetActive(
int index
)
member SetActive :
index : int -> bool
Parameters
- index
- Type: SystemInt32
Index.
Return Value
Type:
Booleantrue, if active was set,
false otherwise.
See Also