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 | |
---|---|---|
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Top
Fields
Name | Description | |
---|---|---|
ForceSelectLength | Length of forced selection. | |
ForceSelectStart | Start of the part of the item to always select (for showing search hits). | |
hImageList | 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. | |
Image | Specifies an index into an image list indicating which glyph is to be displayed. Return Image when TDM_IMAGE is set. | |
Mask | Specifies which fields in the structure are of interest. Values are taken from the _VSTREEDISPLAYMASK enumeration. | |
SelectedImage | 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. | |
State | Specifies display state. Values are taken from the _VSTREEDISPLAYSTATE enumeration. | |
StateMask | Specifies which bit fields in State are of interest. Values are taken from the _VSTREEDISPLAYSTATE enumeration. |
Top