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