Syntax
Lua |
---|
function ItemControl:SetItem(value); |
Parameters
- value
-
Type:
Item
The item the control is displaying.
Remarks
Sets the item displayed by the control.
Lua |
---|
function ItemControl:SetItem(value); |