PDF for .NET
Item(ButtonStateChange) プロパティ

C1.C1Pdf.4.5.2 アセンブリ > C1.C1Pdf 名前空間 > PdfPushButton.ActionCollection クラス > Item プロパティ : Item(ButtonStateChange) プロパティ
関連付けられたアクションが返される状態変化のタイプ。
指定のボタン状態変化に関連付けられた現在のコレクションから PdfPushButton.Actionオブジェクトの System.Collections.Generic.List`1を取得します(各状態変化に複数のアクションが関連付けられている場合があります)。

現在の PdfPushButton.ActionCollectionで指定の状態変化に 関連付けられたアクションがない場合、 null を返します。

シンタックス
'宣言
 
Public Overloads ReadOnly Property Item( _
   ByVal change As ButtonStateChange _
) As System.Collections.Generic.List(Of PdfPushButton.Action)
public System.Collections.Generic.List<PdfPushButton.Action> Item( 
   ButtonStateChange change
) {get;}

パラメータ

change
関連付けられたアクションが返される状態変化のタイプ。

プロパティ値

指定の状態変化に関連付けられた PdfPushButton.Actionオブジェクトのリスト。
参照

PdfPushButton.ActionCollection クラス
PdfPushButton.ActionCollection メンバ
オーバーロード一覧