__VSHIERARCHYITEMSTATE 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.
Controls the display state or appearance of a hierarchy item.
public enum class __VSHIERARCHYITEMSTATE
public enum class __VSHIERARCHYITEMSTATE
enum __VSHIERARCHYITEMSTATE
public enum __VSHIERARCHYITEMSTATE
type __VSHIERARCHYITEMSTATE =
Public Enum __VSHIERARCHYITEMSTATE
- Inheritance
-
__VSHIERARCHYITEMSTATE
Fields
Name | Value | Description |
---|---|---|
HIS_FIRST | 2 | First item in the hierarchy. |
HIS_Selected | 2 | Hierarchy item is selected. |
HIS_CutHighlight | 4 | Hierarchy item has cut highlighting, which is a dim, grayed out appearance indicating a pending cut operation. |
HIS_Bold | 16 | Hierarchy item is bold. |
HIS_Expanded | 32 | Folder node is expanded. |
HIS_LAST | 32 | Last item in the hierarchy. |
Remarks
COM Signature
From vsshell.idl:
This enumeration is used to define the different appearance states of a single item.