VSTREEDISPLAYDATA.SelectedImage Field
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 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.
public: System::UInt16 SelectedImage;
public: unsigned short SelectedImage;
unsigned short SelectedImage;
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.USHORT")]
public ushort SelectedImage;
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.USHORT")>]
val mutable SelectedImage : uint16
Public SelectedImage As UShort
Field Value
- Attributes
Remarks
COM Signature
From vsshell.idl: