Accusoft.ImagXpressSdk Namespace > ImageXView Class : MouseWheelCapture Property |
'Declaration <DescriptionAttribute("Property that determines whether the mousewheel is capture even when the control does not have the focus.")> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)> <DefaultValueAttribute()> <BrowsableAttribute(True)> Public Property MouseWheelCapture As Boolean
'Usage Dim instance As ImageXView Dim value As Boolean instance.MouseWheelCapture = value value = instance.MouseWheelCapture
[Description("Property that determines whether the mousewheel is capture even when the control does not have the focus.")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)] [DefaultValue()] [Browsable(true)] public bool MouseWheelCapture {get; set;}
[Description("Property that determines whether the mousewheel is capture even when the control does not have the focus.")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)] [DefaultValue()] [Browsable(true)] public: __property bool get_MouseWheelCapture(); public: __property void set_MouseWheelCapture( bool value );
[Description("Property that determines whether the mousewheel is capture even when the control does not have the focus.")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)] [DefaultValue()] [Browsable(true)] public: property bool MouseWheelCapture { bool get(); void set ( bool value); }
The default value is false.