[]
        
(Showing Draft Content)

C1.Pdf.PdfPushButton.ActionCollection.Item

this Property

this[ButtonStateChange]

Gets the List<T> 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.

Declaration
public List<PdfPushButton.Action> this[ButtonStateChange change] { get; }
Parameters
Type Name Description
ButtonStateChange change

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

Property Value
Type Description
List<PdfPushButton.Action>

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

this[ButtonStateChange, int]

Gets or sets the PdfPushButton.Action from the current collection, with the specified index among actions associated with the specified button state change (ButtonStateChange).

Declaration
public PdfPushButton.Action this[ButtonStateChange change, int index] { get; set; }
Parameters
Type Name Description
ButtonStateChange change

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

int index

The action index among actions associated with change.

Property Value
Type Description
PdfPushButton.Action

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