_VSTREEDISPLAYMASK 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 fields of interest in the VSTREEDISPLAYDATA structure.
public enum class _VSTREEDISPLAYMASK
public enum class _VSTREEDISPLAYMASK
enum _VSTREEDISPLAYMASK
public enum _VSTREEDISPLAYMASK
type _VSTREEDISPLAYMASK =
Public Enum _VSTREEDISPLAYMASK
- Inheritance
-
_VSTREEDISPLAYMASK
Fields
Name | Value | Description |
---|---|---|
TDM_IMAGE | 2 | Specifies that the item's standard image is requested through the |
TDM_STATE | 8 | Specifies that the item's state information is requested through the Statefield in the VSTREEDISPLAYDATA structure. You need only return those state bit fields that are set in the StateMask. |
TDM_SELECTEDIMAGE | 32 | Specifies that the item's selected image is requested through the SelectedImage and |
TDM_FORCESELECT | 128 | For internal use. |
Remarks
COM Signature
From vsshell.idl: