_VSTREEDISPLAYMASK Enum

Definition

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

TDM_FORCESELECT 128

For internal use.

TDM_IMAGE 2

Specifies that the item's standard image is requested through the Image and hImageList fields in the VSTREEDISPLAYDATA structure.

TDM_SELECTEDIMAGE 32

Specifies that the item's selected image is requested through the SelectedImage and hImageList fields in the VSTREEDISPLAYDATA structure.

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.

Remarks

COM Signature

From vsshell.idl:

Applies to