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

In This Topic
    Owner Property (PdfPushButton.ActionCollection)
    In This Topic
    Gets the PdfPushButton object that owns the current PdfPushButton.ActionCollection object.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Owner As PdfPushButton
    public PdfPushButton Owner {get;}
    See Also