VSTREEDISPLAYDATA Members
Include Protected Members
Include Inherited Members
Holds values used to retrieve display data for an item in a tree list.
The VSTREEDISPLAYDATA type exposes the following members.
Methods
Name
Description
Indicates whether this instance and a specified object are equal. (Inherited from ValueType.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Returns the hash code for this instance. (Inherited from ValueType.)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Returns the fully qualified type name of this instance. (Inherited from ValueType.)
Top
Fields
Name
Description
Length of forced selection.
Start of the part of the item to always select (for showing search hits).
Handle to an image list. If hImageList is set to zero, the tool's default image list will be used. Indices for glyphs in the default image list are in omglyphs.h.
Specifies an index into an image list indicating which glyph is to be displayed. Return Image when TDM_IMAGE is set.
Specifies which fields in the structure are of interest. Values are taken from the _VSTREEDISPLAYMASK enumeration.
Specifies an index into an image list indicating which glyph is to be displayed when the item is selected. Return SelectedImage when TDM_SELECTEDIMAGE is set. If not set, the selected image used will be the same as the non-selected image.
Specifies display state. Values are taken from the _VSTREEDISPLAYSTATE enumeration.
Specifies which bit fields in State are of interest. Values are taken from the _VSTREEDISPLAYSTATE enumeration.
Top