PDFView4NET WinForms Edition
EnableKeyboardScroll Property




O2S.Components.PDFView4NET Namespace > PDFPageView Class : EnableKeyboardScroll Property
Gets or sets a value indicating whether scrolling through pages using the keyboard is enabled.
Syntax
'Declaration
 
<CategoryAttribute("PDF")>
<DescriptionAttribute("Enables scrolling of pages using the keyboard.")>
<DefaultValueAttribute(True)>
Public Property EnableKeyboardScroll As Boolean
'Usage
 
Dim instance As PDFPageView
Dim value As Boolean
 
instance.EnableKeyboardScroll = value
 
value = instance.EnableKeyboardScroll
[Category("PDF")]
[Description("Enables scrolling of pages using the keyboard.")]
[DefaultValue(true)]
public bool EnableKeyboardScroll {get; set;}
[Category("PDF")]
[Description("Enables scrolling of pages using the keyboard.")]
[DefaultValue(true)]
public: __property bool get_EnableKeyboardScroll();
public: __property void set_EnableKeyboardScroll( 
   bool value
);
[Category("PDF")]
[Description("Enables scrolling of pages using the keyboard.")]
[DefaultValue(true)]
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