'Declaration <DefaultValueAttribute(False)> <CategoryAttribute("Behavior")> <DescriptionAttribute("A value indicating whether the visual tool should process the touch screen events.")> Public Property ProcessTouchEvents As Boolean
[DefaultValue(False)] [Category("Behavior")] [Description("A value indicating whether the visual tool should process the touch screen events.")] public bool ProcessTouchEvents { get; set; }
[DefaultValue(False)] [Category("Behavior")] [Description("A value indicating whether the visual tool should process the touch screen events.")] public: __property bool get_ProcessTouchEvents(); public: __property void set_ProcessTouchEvents(
bool value
);
[DefaultValue(False)] [Category("Behavior")] [Description("A value indicating whether the visual tool should process the touch screen events.")] public:
property bool ProcessTouchEvents { bool get(); void set(bool value); }
Property Value
True - визуальный инструмент должен обрабатывать события сенсорного экрана; false - визуальный инструмент НЕ должен обрабатывать события сенсорного экрана. Значение по умолчанию - false.