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

C1.Pdf.6 アセンブリ > C1.Pdf 名前空間 > 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 メンバ
オーバーロード一覧