'Declaration <DescriptionAttribute("A value indicating whether the visual tool should process the mouse events.")> <DefaultValueAttribute(True)> <CategoryAttribute("Behavior")> Public Property ProcessMouseEvents As Boolean
[Description("A value indicating whether the visual tool should process the mouse events.")] [DefaultValue(True)] [Category("Behavior")] public bool ProcessMouseEvents { get; set; }
[Description("A value indicating whether the visual tool should process the mouse events.")] [DefaultValue(True)] [Category("Behavior")] public: __property bool get_ProcessMouseEvents(); public: __property void set_ProcessMouseEvents(
bool value
);
[Description("A value indicating whether the visual tool should process the mouse events.")] [DefaultValue(True)] [Category("Behavior")] public:
property bool ProcessMouseEvents { bool get(); void set(bool value); }
Property Value
true - visual tool should process the mouse events; false - visual tool should NOT process the mouse events. Default value is true.