UIGestureRecognizer.CanBePreventedByGestureRecognizer Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden, allows the specified UIGestureRecognizer to prevent this UIGestureRecognizer from recognizing a gesture.
[Foundation.Export("canBePreventedByGestureRecognizer:")]
public virtual bool CanBePreventedByGestureRecognizer (UIKit.UIGestureRecognizer preventingGestureRecognizer);
abstract member CanBePreventedByGestureRecognizer : UIKit.UIGestureRecognizer -> bool
override this.CanBePreventedByGestureRecognizer : UIKit.UIGestureRecognizer -> bool
Parameters
- preventingGestureRecognizer
- UIGestureRecognizer
Returns
If set to true
, this indicates that preventingGestureRecognizer can block the receiver from recognizing its gesture. Otherwise set to false
.
- Attributes