[Category("Behavior")] [DefaultValue(False)] [Description("A value indicating whether the visual tool should process the touch screen events.")] public bool ProcessTouchEvents { get; set; }
[Category("Behavior")] [DefaultValue(False)] [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
);
[Category("Behavior")] [DefaultValue(False)] [Description("A value indicating whether the visual tool should process the touch screen events.")] public:
property bool ProcessTouchEvents { bool get(); void set(bool value); }
'Declaration <CategoryAttribute("Behavior")> <DefaultValueAttribute(False)> <DescriptionAttribute("A value indicating whether the visual tool should process the touch screen events.")> Public Property ProcessTouchEvents As Boolean
Property Value
True - visual tool should process the touch screen events; false - visual tool should NOT process the touch screen events. Default value is false.