NSPressGestureRecognizer Constructors
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.
Overloads
NSPressGestureRecognizer()
[Foundation.Export("init")]
public NSPressGestureRecognizer ();
- Attributes
Applies to
NSPressGestureRecognizer(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSPressGestureRecognizer (Foundation.NSCoder coder);
new AppKit.NSPressGestureRecognizer : Foundation.NSCoder -> AppKit.NSPressGestureRecognizer
Parameters
- coder
- NSCoder
- Attributes
Applies to
NSPressGestureRecognizer(NSObjectFlag)
protected NSPressGestureRecognizer (Foundation.NSObjectFlag t);
new AppKit.NSPressGestureRecognizer : Foundation.NSObjectFlag -> AppKit.NSPressGestureRecognizer
Parameters
Applies to
NSPressGestureRecognizer(Action)
public NSPressGestureRecognizer (Action action);
new AppKit.NSPressGestureRecognizer : Action -> AppKit.NSPressGestureRecognizer
Parameters
- action
- Action
Applies to
NSPressGestureRecognizer(Action<NSPressGestureRecognizer>)
public NSPressGestureRecognizer (Action<AppKit.NSPressGestureRecognizer> action);
new AppKit.NSPressGestureRecognizer : Action<AppKit.NSPressGestureRecognizer> -> AppKit.NSPressGestureRecognizer
Parameters
- action
- Action<NSPressGestureRecognizer>
Applies to
NSPressGestureRecognizer(IntPtr)
protected internal NSPressGestureRecognizer (IntPtr handle);
new AppKit.NSPressGestureRecognizer : nativeint -> AppKit.NSPressGestureRecognizer
Parameters
- handle
-
IntPtr
nativeint
Applies to
NSPressGestureRecognizer(NSObject, Selector)
[Foundation.Export("initWithTarget:action:")]
public NSPressGestureRecognizer (Foundation.NSObject target, ObjCRuntime.Selector action);
new AppKit.NSPressGestureRecognizer : Foundation.NSObject * ObjCRuntime.Selector -> AppKit.NSPressGestureRecognizer
Parameters
- target
- NSObject
- action
- Selector
- Attributes