MobileForms Toolkit Documentation

ItemComboBox  Constructor (Item)

Creates new ItemComboBox based on the existing Item.

public ItemComboBox(
Item toCopy
);

Parameters

toCopy
Item to be copied.

Remarks

Only layout will be copied, Value or Text are not copied. Use Clone to create exact copy.

See Also

ItemComboBox Class | Resco.Controls.DetailView Namespace | ItemComboBox Constructor Overload List