| DropDownButtonCreateControlForItem 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 Func<Object, UIControl> CreateControlForItem { get; set; }
Public Property CreateControlForItem As Func(Of Object, UIControl)
Get
Set
public:
property Func<Object^, UIControl^>^ CreateControlForItem {
Func<Object^, UIControl^>^ get ();
void set (Func<Object^, UIControl^>^ value);
}
member CreateControlForItem : Func<Object, UIControl> with get, set
Property Value
Type:
FuncObject,
UIControl
The method that creates
UIControls for the
Items. If this
property is
,
TextBlocks are used to display the
Items. The default is
.
See Also