|
GH_SwitcherComponentSetup Method
|
Base method for initalizing menus and other attribute depending data.
Override in derived class to initialze menus.
Namespace:
Karamba.GHopper.Utilities.UIWidgets
Assembly:
karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntaxprotected virtual void Setup(
GH_SwitcherComponentAttributes attr
)
Protected Overridable Sub Setup (
attr As GH_SwitcherComponentAttributes
)
protected:
virtual void Setup(
GH_SwitcherComponentAttributes^ attr
)
abstract Setup :
attr : GH_SwitcherComponentAttributes -> unit
override Setup :
attr : GH_SwitcherComponentAttributes -> unit
Parameters
- attr
- Type: Karamba.GHopper.Utilities.UIWidgetsGH_SwitcherComponentAttributes
The component's attributes
See Also