ComponentOne PDF for .NET
C1.C1Pdf Namespace / PdfPushButton.ActionCollection Class / Item Property / Item(ButtonStateChange) Property
The type of state change for which to return the associated actions.

In This Topic
    Item(ButtonStateChange) Property
    In This Topic
    Gets the List of PdfPushButton.Action objects from the current collection associated with the specified button state change (multiple actions can be associated with each state change).

    Returns null if no actions are associated with the specified state change in the current PdfPushButton.ActionCollection.

    Syntax
    'Declaration
     
    
    Public Overloads ReadOnly Property Item( _
       ByVal change As ButtonStateChange _
    ) As List(Of PdfPushButton.Action)

    Parameters

    change
    The type of state change for which to return the associated actions.

    Property Value

    The list of PdfPushButton.Action objects associated with the specified state change.
    See Also