バージョン

DisplayStyle プロパティ

コントロールの表示スタイル、つまり Standard または Windows Vista を取得または設定します。
シンタックス
'宣言
 
Public Property DisplayStyle As UltraTreeDisplayStyle
public UltraTreeDisplayStyle DisplayStyle {get; set;}
解説

このプロパティはツリーの特定の表示と動作のデフォルトを決定します。このプロパティを WindowsVista に設定すると、Windows Vista オペレーティング システムの Windows Explorer のツリーにより似たツリーを表示することができます。

使用例
Imports Infragistics.Win.UltraWinTree

' Set the DisplayStyle of the tree to Windows Vista.
Me.ultraTree1.DisplayStyle = UltraTreeDisplayStyle.WindowsVista
using Infragistics.Win.UltraWinTree;

// Set the DisplayStyle of the tree to Windows Vista.
this.ultraTree1.DisplayStyle = UltraTreeDisplayStyle.WindowsVista;
参照