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

In This Topic
    Active Property (PdfPushButton)
    In This Topic
    Gets or sets a value indicating whether the current PdfPushButton is active.
    Syntax
    'Declaration
     
    
    Public Property Active As Boolean
    public bool Active {get; set;}
    See Also