Behavior

To specify the field's highlighting mode. The visual effect to be used when the mouse button is pressed or held down inside its active area.

public class Behavior
Public Class Behavior

Inheritance: ObjectBehavior

Derived: PushBehavior

Licensing Info

This class is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Properties

InvertInvert the contents of a field's rectangle.
NoneNo highlighting.
OutlineInvert the field’s border.
PushThe field's rectangle to appear as if it were being “pushed” below the surface of the page.

Methods

CreatePush(String)Creates a push behavior with down label.
CreatePush(String, String)Creates a push behavior with down label and rollover label.
CreatePush(String, String, ImageData, ImageData)Creates a push behavior with down label, rollover label, down image and rollover image.
Equals(Object)Determines whether the specified Object is equal to the current Object .
(Inherited from Object)
GetHashCode()Serves as a hash function for a particular type.
(Inherited from Object)
GetType()Gets the Type of the current instance.
(Inherited from Object)
ToString()Returns a String that represents the current Object .
(Inherited from Object)

See Also

ceTe.DynamicPDF.PageElements.Forms

In this topic