PDFView4NET WPF Edition
PDFPushButtonHighlightMode Enumeration




O2S.Components.PDFView4NET.Forms Namespace : PDFPushButtonHighlightMode Enumeration
Specifies the available highlighting modes for a button.
Syntax
'Declaration
 
Public Enum PDFPushButtonHighlightMode 
   Inherits System.Enum
'Usage
 
Dim instance As PDFPushButtonHighlightMode
public enum PDFPushButtonHighlightMode : System.Enum 
__value public enum PDFPushButtonHighlightMode : public System.Enum 
public enum class PDFPushButtonHighlightMode : public System.Enum 
Members
MemberDescription
InvertInverts the content of button's normal appearance. Rollover and down button appearances are ignored.
NoneNo highlighting, the button's appearance does not change when the button is pressed. Rollover and down button appearances are ignored.
OutlineInverts 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.
Remarks
The highlight mode defines how the button's down appearance is created when the button is pressed.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         O2S.Components.PDFView4NET.Forms.PDFPushButtonHighlightMode

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

O2S.Components.PDFView4NET.Forms Namespace