ComponentOne PDF for .NET
C1.C1Pdf Namespace / ButtonStateChange Enumeration

In This Topic
    ButtonStateChange Enumeration
    In This Topic
    Specifies the type of change of a PdfPushButton state that can be associated with a particular PdfPushButton.Action (see PdfPushButton.Actions).
    Syntax
    'Declaration
     
    
    Public Enum ButtonStateChange 
       Inherits System.Enum
    public enum ButtonStateChange : System.Enum 
    Members
    MemberDescription
    GotFocusA button receives the keyboard focus.
    LostFocusA button loses the keyboard focus.
    MouseEnterThe mouse cursor enters a button.
    MouseLeaveThe mouse cursor leaves a button.
    PressedA button is pressed.
    ReleasedA pressed button is released (this is the default state change associated with PdfPushButton.Action).
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Pdf.ButtonStateChange

    See Also