| DropDown Constructor |
Initializes a new instance of the
DropDown class.
Namespace: DigitalRune.Game.UI.ControlsAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax public DropDown(
DropDownButton owner
)
Public Sub New (
owner As DropDownButton
)
public:
DropDown(
DropDownButton^ owner
)
new :
owner : DropDownButton -> DropDown
Parameters
- owner
- Type: DigitalRune.Game.UI.ControlsDropDownButton
The owner.
Exceptions See Also