ComponentOne PDF for WPF and Silverlight
Item(ButtonStateChange,Int32) Property

C1.Silverlight.Pdf.5 Assembly > C1.Silverlight.Pdf Namespace > PdfPushButton.ActionCollection Class > Item Property : Item(ButtonStateChange,Int32) Property
The type of state change for which to return the associated actions.
The action index among actions associated with change.
Gets or sets the PdfPushButton.Action from the current collection, with the specified index among actions associated with the specified button state change (ButtonStateChange).
Syntax
'Declaration
 
Public Overloads Property Item( _
   ByVal change As ButtonStateChange, _
   ByVal index As Integer _
) As PdfPushButton.Action
public PdfPushButton.Action Item( 
   ButtonStateChange change,
   int index
) {get; set;}

Parameters

change
The type of state change for which to return the associated actions.
index
The action index among actions associated with change.

Property Value

The action with the specified index among actions associated with change, or null if no such action exists.
See Also

Reference

PdfPushButton.ActionCollection Class
PdfPushButton.ActionCollection Members
Overload List