'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); }