バージョン 24.2 (最新)

UltraTimelineView コンストラクタ

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

Dim timelineView as new UltraTimelineView()
'宣言
 
Public Function New()
 
using System.Collections.Generic;
using Infragistics.Win;
using Infragistics.Win.UltraWinSchedule;
using System.Diagnostics;

UltraTimelineView timelineView = new UltraTimelineView();
'宣言
 
Public Function New()
 
参照