ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms Namespace / ImGearPageView Class / BindArrowKeyScrolling Property




In This Topic
    BindArrowKeyScrolling Property
    In This Topic
    Gets or sets a value indicating whether or not the ImGearPageView control will handle the Arrow keys.
    Syntax
    'Declaration
     
    Public Property BindArrowKeyScrolling As Boolean
    'Usage
     
    Dim instance As ImGearPageView
    Dim value As Boolean
     
    instance.BindArrowKeyScrolling = value
     
    value = instance.BindArrowKeyScrolling
    public bool BindArrowKeyScrolling {get; set;}
    public: __property bool get_BindArrowKeyScrolling();
    public: __property void set_BindArrowKeyScrolling( 
       bool value
    );
    public:
    property bool BindArrowKeyScrolling {
       bool get();
       void set (    bool value);
    }

    Property Value

    Boolean value.
    See Also