ComponentOne PDF for .NET
C1.C1Pdf 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.

In This Topic
    Item(ButtonStateChange,Int32) Property
    In This Topic
    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