[]
        
(Showing Draft Content)

C1.Pdf.ButtonStateChange

ButtonStateChange Enum

Specifies the type of change of a PdfPushButton state that can be associated with a particular PdfPushButton.Action (see Actions).

Namespace: C1.Pdf
Assembly: C1.Pdf.dll
Syntax
public enum ButtonStateChange

Fields

Name Description
GotFocus

A button receives the keyboard focus.

LostFocus

A button loses the keyboard focus.

MouseEnter

The mouse cursor enters a button.

MouseLeave

The mouse cursor leaves a button.

Pressed

A button is pressed.

Released

A pressed button is released (this is the default state change associated with PdfPushButton.Action).