PowerTools PlusPak for Windows Forms 8.0J
TabControlCancelEventArgs コンストラクタ(GcTabPage,Int32,Boolean)

ページを示すGcTabPageオブジェクト。
ページのインデックスを示すint値。
キャンセルするかどうかを示すbool値。
TabControlCancelEventArgsクラスの新しいインスタンスを初期化します。
構文
Public Function New( _
   ByVal tabPage As GcTabPage, _
   ByVal tabPageIndex As Integer, _
   ByVal cancel As Boolean _
)
public TabControlCancelEventArgs( 
   GcTabPage tabPage,
   int tabPageIndex,
   bool cancel
)

パラメータ

tabPage
ページを示すGcTabPageオブジェクト。
tabPageIndex
ページのインデックスを示すint値。
cancel
キャンセルするかどうかを示すbool値。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

TabControlCancelEventArgs クラス
TabControlCancelEventArgs メンバ
オーバーロード一覧

Send Feedback