Method wpfBuilder.Select(+ 1 overload)
Overload
Selects an item of the last added System.Windows.Controls.Primitives.Selector (System.Windows.Controls.ComboBox, etc).
public wpfBuilder Select(int index)
Parameters
index (int)
0-based item index |
Returns
Exceptions
NotSupportedException
The last added element is not Selector. |
See Also
Overload(top)
Selects an item of the last added System.Windows.Controls.Primitives.Selector (System.Windows.Controls.ComboBox, etc).
public wpfBuilder Select(object item)
Parameters
item (object)
An added item. |
Returns
Exceptions
NotSupportedException
The last added element is not Selector. |