Version

HideExpansionIndicators Enumeration

Determines the display style of the tree which controls the appearance and behavior of nodes, expansion indicators, scrolling behavior, etc.
Syntax
'Declaration
 
Public Enum HideExpansionIndicators 
   Inherits System.Enum
public enum HideExpansionIndicators : System.Enum 
Members
MemberDescription
DefaultDisplay in the Default style based on the current DisplayStyle.
NeverNever hide the expansion indicators (this is the default for Standard DisplayStyle).
OnLostFocusHide the expansion indicators when the tree loses focus.
OnLostFocusAndNotMouseOverHide the expansion indicators when the control loses focus and the mouse is not currently over the control (this is the default for WindowsVista DisplayStyle).
OnMouseLeaveHide the expansion indicators when the mouse leaves the control.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also