GrapeCity MultiRow Windows Forms Documentation
MouseWheelScroll Property


Gets or sets a value that indicates which control processes the MouseWheel event when the user uses the mouse wheel.
Syntax
<SRDescriptionAttribute("Indicates which control will process the MouseWheel event when the user uses the mouse wheel.")>
<DefaultValueAttribute()>
<SRCategoryAttribute("Behavior")>
Public Property MouseWheelScroll As MouseWheelScroll
Dim instance As GcMultiRow
Dim value As MouseWheelScroll
 
instance.MouseWheelScroll = value
 
value = instance.MouseWheelScroll
[SRDescription("Indicates which control will process the MouseWheel event when the user uses the mouse wheel.")]
[DefaultValue()]
[SRCategory("Behavior")]
public MouseWheelScroll MouseWheelScroll {get; set;}

Property Value

One of the MouseWheelScroll values. The default is MouseWheelScroll.OnEditingControl.
Exceptions
ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionThe specified value is not one of the MouseWheelScroll values.
Remarks
When Cell is in edit mode, you can set this property to EditingControl and GcMultiRow processes the mouse wheel scroll.
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

GcMultiRow Class
GcMultiRow Members

 

 


Copyright © GrapeCity, inc. All rights reserved.