NSGestureRecognizerDelegate.ShouldBeRequiredToFail 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.
[Foundation.Export("gestureRecognizer:shouldBeRequiredToFailByGestureRecognizer:")]
public virtual bool ShouldBeRequiredToFail (AppKit.NSGestureRecognizer gestureRecognizer, AppKit.NSGestureRecognizer otherGestureRecognizer);
abstract member ShouldBeRequiredToFail : AppKit.NSGestureRecognizer * AppKit.NSGestureRecognizer -> bool
override this.ShouldBeRequiredToFail : AppKit.NSGestureRecognizer * AppKit.NSGestureRecognizer -> bool
Parameters
- gestureRecognizer
- NSGestureRecognizer
- otherGestureRecognizer
- NSGestureRecognizer
Returns
- Attributes