DropdownList Constructor (Theme, Rectangle, List Object )Delta Engine Documentation
Initializes a new instance of the DropdownList class

Namespace: DeltaEngine.Scenes.Controls
Assembly: DeltaEngine.Scenes (in DeltaEngine.Scenes.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public DropdownList(
	Theme theme,
	Rectangle drawArea,
	List<Object> values
)
See Also