| DropDownOwner Property |
Namespace: DigitalRune.Game.UI.ControlsAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax public DropDownButton Owner { get; }
Public ReadOnly Property Owner As DropDownButton
Get
public:
property DropDownButton^ Owner {
DropDownButton^ get ();
}
member Owner : DropDownButton with get
Property Value
Type:
DropDownButtonThe
DropDownButton that owns this
DropDown.
See Also