PDF for WPF and Silverlight
Item(ButtonStateChange) プロパティ

C1.Silverlight.Pdf.5 アセンブリ > C1.Silverlight.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 メンバ
オーバーロード一覧