Version

ChildToolDisplayStyle Enumeration

Enumeration that determines how a tool displays it's child tools.
Syntax
'Declaration
 
Public Enum ChildToolDisplayStyle 
   Inherits System.Enum
public enum ChildToolDisplayStyle : System.Enum 
Members
MemberDescription
AsSiblingsWhenCheckedWhen this tool is checked, it's child tools will be displayed as siblings. The tool will not display a DrilLDown button. Child tools shown as siblings are always shown after all other siblings in the collection.
DrillDownThis tool will display a DrillDown button (if it's Tools collection has visible tools in it), and the child tools will be displayed in wedges only when this tool is the CenterTool.
NoneThis tool will never display any child tools. The tool will not display a DrillDown button.
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