XFINIUM.PDF Documentation
PdfPushButtonHighlightMode Enumeration



Supported highlight modes for pushbuttons.
Syntax
'Declaration
 
Public Enum PdfPushButtonHighlightMode 
   Inherits System.Enum
'Usage
 
Dim instance As PdfPushButtonHighlightMode
public enum PdfPushButtonHighlightMode : System.Enum 
public enum class PdfPushButtonHighlightMode : public System.Enum 
Members
MemberDescription
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.
PushDisplays 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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xfinium.Pdf.Forms.PdfPushButtonHighlightMode

Requirements

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


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

Xfinium.Pdf.Forms Namespace

Send Feedback