←Select platform

WorkOnBounds Property

Summary

Indicates whether this mode will only work if the original click or touch was in a specified bounding area.

Syntax

C#
VB
C++
public virtual bool WorkOnBounds { get; set; } 
Public Overridable Property WorkOnBounds() As Boolean 
   Get 
   Set 
public:  
   virtual property bool WorkOnBounds 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true if this mode will only work if the original click or touch was in a specified bounding area, otherwise; false. Default value is true.

Remarks

For more information on how WorkOnBounds, Item, AutoItemMode and ItemPart can be used to control the area where the mode can start working, to EnableMouseWheel.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.WinForms Assembly