ISDBUITreeListItem::CheckState: Difference between revisions

From MediaMonkey Wiki
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 has a checkbox. Possible values:
Specifies, whether this node is checked. Possible values:
:0 ... None
:0 ... No (unchecked)
:1 ... Checkbox with 3 possible states
:1 ... Checked
:2 ... Checkbox
:2 ... Mixed state of 3-state checkbox
:3 ... Radiobutton


[[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