ComponentOne PDF for .NET
C1.C1Pdf Namespace / PdfPushButton.ActionCollection Class / Pressed Property

In This Topic
    Pressed Property (PdfPushButton.ActionCollection)
    In This Topic
    Gets the List of PdfPushButton.Action objects from the current collection associated with ButtonStateChange.Pressed button state change.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Pressed As List(Of PdfPushButton.Action)
    public List<PdfPushButton.Action> Pressed {get;}
    See Also