Accusoft.ImagXpressSdk Namespace > ImageXView Class : MouseWheelCapture Property |
'Declaration <BrowsableAttribute(True)> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)> <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
[Browsable(true)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)] [DefaultValue()] [Description("Property that determines whether the mousewheel is capture even when the control does not have the focus.")] public bool MouseWheelCapture {get; set;}
[Browsable(true)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)] [DefaultValue()] [Description("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 );
[Browsable(true)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)] [DefaultValue()] [Description("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); }
The default value is false.