指定のボタン状態変化に関連付けられた現在のコレクションから
PdfPushButton.Actionオブジェクトの
System.Collections.Generic.List`1を取得します(各状態変化に複数のアクションが関連付けられている場合があります)。
現在の PdfPushButton.ActionCollectionで指定の状態変化に 関連付けられたアクションがない場合、 null を返します。
シンタックス
'宣言
Public Overloads ReadOnly Property Item( _
ByVal As ButtonStateChange _
) As System.Collections.Generic.List(Of PdfPushButton.Action)
public System.Collections.Generic.List<PdfPushButton.Action> Item(
ButtonStateChange
) {get;}
パラメータ
- change
- 関連付けられたアクションが返される状態変化のタイプ。
プロパティ値
指定の状態変化に関連付けられた
PdfPushButton.Actionオブジェクトのリスト。
参照