PDFView4NET WPF Edition
EnableKeyboardScroll Property




O2S.Components.PDFView4NET.WPF Namespace > PDFPageView Class : EnableKeyboardScroll Property
Gets or sets a value indicating whether scrolling through pages using the keyboard is enabled.
Syntax
'Declaration
 
Public Property EnableKeyboardScroll As Boolean
'Usage
 
Dim instance As PDFPageView
Dim value As Boolean
 
instance.EnableKeyboardScroll = value
 
value = instance.EnableKeyboardScroll
public bool EnableKeyboardScroll {get; set;}
public: __property bool get_EnableKeyboardScroll();
public: __property void set_EnableKeyboardScroll( 
   bool value
);
public:
property bool EnableKeyboardScroll {
   bool get();
   void set (    bool value);
}

Property Value

True if the pages can be scrolled using the keyboard, false otherwise. Default is true.
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

PDFPageView Class
PDFPageView Members