|
SmartMenuXP
Reference
Returns or sets a value that determines the status of a check box.
Syntax
object.Value [= number]
The Value property syntax has these parts:
| Part |
Description |
| object |
An object expression that evaluates to a SmartMenuList object. |
| number |
An integer that specifies the status of the menu item. |
Settings
The settings for number are
| Constant |
Setting |
Description |
| smiUnChecked |
0 |
(Default) None — The checkbox is unchecked. |
| smiChecked |
1 |
The checkbox is checked. |
Remarks
Property Value can only be used when Style equals to smiCheckBox.
|