Intersoft ClientUI Documentation
DisableMouseWheel Property



Gets or sets a value that determines whether the mouse wheel is disable.
Syntax
<CategoryAttribute("Common Properties")>
Public Property DisableMouseWheel As Boolean
Dim instance As UXRibbonGallery
Dim value As Boolean
 
instance.DisableMouseWheel = value
 
value = instance.DisableMouseWheel
[CategoryAttribute("Common Properties")]
public bool DisableMouseWheel {get; set;}
[CategoryAttribute("Common Properties")]
public:
property bool DisableMouseWheel {
   bool get();
   void set (    bool value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXRibbonGallery Class
UXRibbonGallery Members

Send Feedback