MultiboardSetItemStyle
- Parameters
mbi multiboarditemTarget cell handle.
showValue booleantrueto render text,falseto hide text.showIcon booleantrueto render icon,falseto hide icon.- comment
Sets rendering properties of the multiboard cell. Hiding the icon or text does not erase it.
There is no way to get a cell's style.
- note
See:
MultiboardSetItemsStyle.- patch
1.07
- Source
- common.j (suggest an edit or discuss on Github)
- return type
nothing- Source code
native MultiboardSetItemStyle takes multiboarditem mbi, boolean showValue, boolean showIcon returns nothing