Click or drag to resize

MenuRadioButtonGroupGetActive Method

Get list of active buttons.

Namespace:  Karamba.GHopper.Utilities.UIWidgets
Assembly:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntax
public List<MenuRadioButton> GetActive()

Return Value

Type: ListMenuRadioButton
The active.
See Also