ISDBUITreeListItem::CheckState: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{MethodDeclaration|SDBUITreeListItem|ISDBUITreeListItem|Property Get CheckState As Int}} | {{MethodDeclaration|SDBUITreeListItem|ISDBUITreeListItem|Property Get/Let CheckState As Int}} | ||
===Property description=== | ===Property description=== | ||
Specifies, whether this node | Specifies, whether this node is checked. Possible values: | ||
:0 ... | :0 ... No (unchecked) | ||
:1 ... | :1 ... Checked | ||
:2 ... | :2 ... Mixed state of 3-state checkbox | ||
[[Category:Scripting|{{PAGENAME}}]] | [[Category:Scripting|{{PAGENAME}}]] |
Latest revision as of 22:25, 2 January 2009
CoClass SDBUITreeListItem, Interface ISDBUITreeListItem
Property Get/Let CheckState As Int
Property description
Specifies, whether this node is checked. Possible values:
- 0 ... No (unchecked)
- 1 ... Checked
- 2 ... Mixed state of 3-state checkbox