バージョン

UltraTimelineView コンストラクタ

UltraTimelineView コントロールの新しいインスタンスを作成します。
シンタックス
'宣言
 
Public Function New()
public UltraTimelineView()
使用例
Imports System.Collections.Generic
Imports Infragistics.Win
Imports Infragistics.Win.UltraWinSchedule
Imports System.Diagnostics

Dim timelineView as new UltraTimelineView()
using System.Collections.Generic;
using Infragistics.Win;
using Infragistics.Win.UltraWinSchedule;
using System.Diagnostics;

UltraTimelineView timelineView = new UltraTimelineView();
参照