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

In This Topic
    Actions Property (PdfPushButton)
    In This Topic
    Gets the collection of actions associated with the current PdfPushButton.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Actions As PdfPushButton.ActionCollection
    public PdfPushButton.ActionCollection Actions {get;}
    See Also