'Declaration <DescriptionAttribute("A value indicating whether the visual tool should process the mouse events.")> <CategoryAttribute("Behavior")> <DefaultValueAttribute(True)> Public Property ProcessMouseEvents As Boolean
[Description("A value indicating whether the visual tool should process the mouse events.")] [Category("Behavior")] [DefaultValue(True)] public bool ProcessMouseEvents { get; set; }
[Description("A value indicating whether the visual tool should process the mouse events.")] [Category("Behavior")] [DefaultValue(True)] 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.")] [Category("Behavior")] [DefaultValue(True)] public:
property bool ProcessMouseEvents { bool get(); void set(bool value); }
Property Value
true - визуальный инструмент должен обрабатывать события мыши; false - визуальный инструмент НЕ должен обрабатывать события мыши. Значение по умолчанию - true.