ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF.Forms Namespace / PushButton Class
Members




In This Topic
    PushButton Class
    In This Topic
    A push button field. Used to control actions in the form.
    Object Model
    PushButton ClassWidgetAnnotation Class
    Syntax
    'Declaration
     
    Public NotInheritable Class PushButton 
       Inherits Field
    'Usage
     
    Dim instance As PushButton
    public sealed class PushButton : Field 
    public __gc __sealed class PushButton : public Field 
    public ref class PushButton sealed : public Field 
    Remarks
    Note that the PushButton field has no value. To change the text displayed on the button, see Captions

    ---

    The following are examples of the PushButton:

    ---

    Inheritance Hierarchy

    System.Object
       ImageGear.Formats.PDF.ImGearPDFObject
          ImageGear.Formats.PDF.Forms.Field
             ImageGear.Formats.PDF.Forms.PushButton

    See Also