Accusoft.ImagXpress13.Net
MouseWheelCapture Property




Gets and sets capturing the mousewheel even when the control does not have focus.
Syntax
'Declaration
 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)>
<BrowsableAttribute(True)>
<DefaultValueAttribute()>
<DescriptionAttribute("Property that determines whether the mousewheel is capture even when the control does not have the focus.")>
Public Property MouseWheelCapture As Boolean
'Usage
 
Dim instance As ImageXView
Dim value As Boolean
 
instance.MouseWheelCapture = value
 
value = instance.MouseWheelCapture
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)]
[BrowsableAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Property that determines whether the mousewheel is capture even when the control does not have the focus.")]
public bool MouseWheelCapture {get; set;}
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)]
[BrowsableAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Property that determines whether the mousewheel is capture even when the control does not have the focus.")]
public: __property bool get_MouseWheelCapture();
public: __property void set_MouseWheelCapture( 
   bool value
);
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)]
[BrowsableAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Property that determines whether the mousewheel is capture even when the control does not have the focus.")]
public:
property bool MouseWheelCapture {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true to capture the mousewheel. Otherwise, false should be used.
Remarks

The default value is false.

See Also

Reference

ImageXView Class
ImageXView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback