ExplorerTreeNode.DefaultImageIndex Property
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.
Get/Set the index into the TreeView image list to be used for the icon representing this node if not overridden by an icon based on the node content
public:
property int DefaultImageIndex { int get(); void set(int value); };
public int DefaultImageIndex { get; set; }
member this.DefaultImageIndex : int with get, set
Public Property DefaultImageIndex As Integer