Intersoft WebCombo Documentation
AllowNavigationOnMouseWheel Property
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace > LayoutSet Class : AllowNavigationOnMouseWheel Property






Specifies whether navigation of records is allowed when moving the mouse wheel. Specifies whether navigation of records is allowed when moving the mouse wheel.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<DescriptionAttribute("Specifies whether navigation of records is allowed when moving the mouse wheel.")>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.XmlSerializableAttribute()>
Public Property AllowNavigationOnMouseWheel As Boolean
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As Boolean
 
instance.AllowNavigationOnMouseWheel = value
 
value = instance.AllowNavigationOnMouseWheel
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Specifies whether navigation of records is allowed when moving the mouse wheel.")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
public bool AllowNavigationOnMouseWheel {get; set;}
Delphi 
public read-write property AllowNavigationOnMouseWheel: Boolean; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
DescriptionAttribute("Specifies whether navigation of records is allowed when moving the mouse wheel.")
DefaultValueAttribute()
NotifyParentPropertyAttribute()
ISNet.Serialization.XmlSerializableAttribute()
public function get,set AllowNavigationOnMouseWheel : boolean
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Specifies whether navigation of records is allowed when moving the mouse wheel.")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
public: __property bool get_AllowNavigationOnMouseWheel();
public: __property void set_AllowNavigationOnMouseWheel( 
   bool value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Specifies whether navigation of records is allowed when moving the mouse wheel.")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
public:
property bool AllowNavigationOnMouseWheel {
   bool get();
   void set (    bool value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 Intersoft Solutions Corp. All Rights Reserved.