[]
Specifies the type of change of a PdfPushButton state that can be associated with a particular PdfPushButton.Action (see Actions).
public enum ButtonStateChange
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). |