Intersoft ClientUI Documentation
TreeSelectionMode Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXCollection Namespace > UXTreeView Class : TreeSelectionMode Property






Gets or sets a value that specifies the mode when item been select.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Common Properties")>
Public Property TreeSelectionMode As TreeSelectionMode
Visual Basic (Usage)Copy Code
Dim instance As UXTreeView
Dim value As TreeSelectionMode
 
instance.TreeSelectionMode = value
 
value = instance.TreeSelectionMode
C# 
[CategoryAttribute("Common Properties")]
public TreeSelectionMode TreeSelectionMode {get; set;}
Delphi 
public read-write property TreeSelectionMode: TreeSelectionMode; 
JScript 
CategoryAttribute("Common Properties")
public function get,set TreeSelectionMode : TreeSelectionMode
Managed Extensions for C++ 
[CategoryAttribute("Common Properties")]
public: __property TreeSelectionMode get_TreeSelectionMode();
public: __property void set_TreeSelectionMode( 
   TreeSelectionMode value
);
C++/CLI 
[CategoryAttribute("Common Properties")]
public:
property TreeSelectionMode TreeSelectionMode {
   TreeSelectionMode get();
   void set (    TreeSelectionMode value);
}

Remarks

UXTreeView has two selection modes such as discussed in the following list.

  • Single
    In single mode, you can select only one item at a time.
  • Multiple
    In multiple mode, you can select multiple items using a combination of Ctrl and / or Shift key similar to Windows operating system.

You can change this selection behavior through the TreeSelectionMode property.

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.