Show / Hide Table of Contents

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
wpfBuilder
Exceptions
NotSupportedException

The last added element is not Selector.

See Also

wpfBuilder.Items

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
wpfBuilder
Exceptions
NotSupportedException

The last added element is not Selector.

See Also

wpfBuilder.Items