Gets or sets a value indicating whether the control automatically processes the keyboard and mousewheel.
Syntax
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 |
---|
Dim instance As RasterImageViewer
Dim value As Boolean
instance.EnableScrollingInterface = value
value = instance.EnableScrollingInterface
|
Managed Extensions for C++ | |
---|
[DescriptionAttribute("Indicates whether the control automatically processes the keyboard, and mousewheel.")]
[CategoryAttribute("Behavior")]
public: __property bool get_EnableScrollingInterface();
public: __property void set_EnableScrollingInterface(
bool value
); |
Return Value
true if the control automatically processes the keyboard and the mousewheel; otherwise, false.
Default value is
false.
Example
Remarks
Requirements
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
See Also