__PREVIEWCHANGESITEMCHECKSTATE Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the check-state of an item.
public enum class __PREVIEWCHANGESITEMCHECKSTATE
public enum class __PREVIEWCHANGESITEMCHECKSTATE
enum __PREVIEWCHANGESITEMCHECKSTATE
public enum __PREVIEWCHANGESITEMCHECKSTATE
type __PREVIEWCHANGESITEMCHECKSTATE =
Public Enum __PREVIEWCHANGESITEMCHECKSTATE
- Inheritance
-
__PREVIEWCHANGESITEMCHECKSTATE
Fields
PCCS_Checked | 3 | Item and all its descendants are checked. |
PCCS_None | 0 | Item doesn't have a check box channel. |
PCCS_PartiallyChecked | 2 | Some descendants of this item are checked and others are unchecked. |
PCCS_Unchecked | 1 | Item and all its descendants are unchecked. |
Remarks
COM Signature
From vsshell80.idl: