Visual Basic (Declaration) | |
---|---|
<DescriptionAttribute("Indicates whether the control automatically processes the keyboard, and mousewheel.")> <CategoryAttribute("Behavior")> Public Property EnableScrollingInterface As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[DescriptionAttribute("Indicates whether the control automatically processes the keyboard, and mousewheel.")] [CategoryAttribute("Behavior")] public bool EnableScrollingInterface {get; set;} |
C++/CLI | |
---|---|
[DescriptionAttribute("Indicates whether the control automatically processes the keyboard, and mousewheel.")] [CategoryAttribute("Behavior")] public: property bool EnableScrollingInterface { bool get(); void set (bool value); } |
Return Value
true if the control automatically processes the keyboard and the mousewheel; otherwise, false. Default value is false.Refer to RasterImageViewer.
When automatic keyboard and mousewheel processing is enabled, the RasterImageViewer Control will process the following keys:
Key | Event |
---|---|
The scrolling is only valid of the value of AutoScroll is set to true
Holding down the control key while pressing up, down, left or right will scroll by a page to the appropriate direction.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family