[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(
boolvalue
);
[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 ( boolvalue);
}