VSTREEDISPLAYDATA Struct
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.
Holds values used to retrieve display data for an item in a tree list.
public value class VSTREEDISPLAYDATA
struct VSTREEDISPLAYDATA
[System.Runtime.InteropServices.ComConversionLoss]
public struct VSTREEDISPLAYDATA
[<System.Runtime.InteropServices.ComConversionLoss>]
type VSTREEDISPLAYDATA = struct
Public Structure VSTREEDISPLAYDATA
- Inheritance
-
VSTREEDISPLAYDATA
- Attributes
Remarks
When calling GetDisplayData the tree view will set Mask
and StateMask
to indicate which display or state data fields are of interest, so only the fields identified by those masks need to be returned. If State
is set, it indicates that StateMask
specifies the state data that is being requested. Typically GetDisplayData is called separately for display data and state data.
Fields
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 |
Image |
Specifies an index into an image list indicating which glyph is to be displayed. Return |
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 |
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. |