Indicates the shape to use when filling a Check Box object.
SyntaxReference_Syntax.mark = "default | check | circle | cross | diamond | square | star"
Values
Type
|
Values
|
String
|
default (default)
check
circle
cross
diamond
square
star
The default marks
vary depending on the shape of the Checkbox object. A corner to
corner for square and a filled circle for round. The new marks are
font-based symbols.
check
circle
cross
diamond
square
star
|
JavaScriptCheckBox1.resolveNode("ui.#checkButton").mark = "diamond";
FormCalcCheckBox1.ui.#checkButton.mark = "diamond"
|
|
|