Xfinium.Pdf.Forms Namespace : PdfPushButtonHighlightMode Enumeration |
'Declaration
Public Enum PdfPushButtonHighlightMode Inherits System.Enum
'Usage
Dim instance As PdfPushButtonHighlightMode
public enum PdfPushButtonHighlightMode : System.Enum
public enum class PdfPushButtonHighlightMode : public System.Enum
Member | Description |
---|---|
Invert | Inverts the content of button's normal appearance. Rollover and down button appearances are ignored. |
None | No highlighting, the button's appearance does not change when the button is pressed. Rollover and down button appearances are ignored. |
Outline | Inverts the button's border. Rollover and down button appearances are ignored. |
Push | Displays the button's down appearance. Rollover appearance has also effect on this mode. When this mode is used, both rollover and down appearances must be constructed from code. |
System.Object
System.ValueType
System.Enum
Xfinium.Pdf.Forms.PdfPushButtonHighlightMode
Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library