Intersoft ClientUI Documentation
TreeExpandMode Enumeration
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXCollection Namespace : TreeExpandMode Enumeration






Specifies value that determine the expand behavior on UXTreeView.

Syntax

Visual Basic (Declaration) 
Public Enum TreeExpandMode 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As TreeExpandMode
C# 
public enum TreeExpandMode : System.Enum 
Delphi 
public enum TreeExpandMode = class(System.Enum)
JScript 
public enum TreeExpandMode extends System.Enum
Managed Extensions for C++ 
__value public enum TreeExpandMode : public System.Enum 
C++/CLI 
public enum class TreeExpandMode : public System.Enum 

Members

MemberDescription
MultipleCan expand several items.
SingleCan expand only one item.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Intersoft.Client.UI.Aqua.UXCollection.TreeExpandMode

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.