DropdownList Constructor (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(
	Rectangle drawArea,
	List<Object> values
)

Parameters

drawArea
Type: DeltaEngine.Datatypes Rectangle
values
Type: System.Collections.Generic List Object 
See Also