|
GH_SwitcherComponentAttributes Constructor
|
Create a new switcher attribute.
Namespace:
Karamba.GHopper.Utilities.UIWidgets
Assembly:
karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntaxpublic GH_SwitcherComponentAttributes(
GH_SwitcherComponent component
)
Public Sub New (
component As GH_SwitcherComponent
)
public:
GH_SwitcherComponentAttributes(
GH_SwitcherComponent^ component
)
new :
component : GH_SwitcherComponent -> GH_SwitcherComponentAttributes
Parameters
- component
- Type: Karamba.GHopper.Utilities.UIWidgetsGH_SwitcherComponent
The owning switcher component
See Also