Click or drag to resize
DigitalRuneDropDownOpen Method
Opens this DropDown (adds it to the UIScreen).

Namespace: DigitalRune.Game.UI.Controls
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
public void Open()
Exceptions
ExceptionCondition
UIExceptionOwner is not loaded. The owner must be loaded before the DropDown can be shown.
See Also