NSStepperTouchBarItem.Create 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.
Overloads
| Name | Description |
|---|---|
| Create(NSTouchBarItemIdentifier, NSFormatter) | |
| Create(NSTouchBarItemIdentifier, Action<CGRect,Double>) |
Create(NSTouchBarItemIdentifier, NSFormatter)
[Foundation.Export("stepperTouchBarItemWithIdentifier:formatter:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static AppKit.NSStepperTouchBarItem Create(AppKit.NSTouchBarItemIdentifier identifier, Foundation.NSFormatter formatter);
[<Foundation.Export("stepperTouchBarItemWithIdentifier:formatter:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : AppKit.NSTouchBarItemIdentifier * Foundation.NSFormatter -> AppKit.NSStepperTouchBarItem
Parameters
- identifier
- NSTouchBarItemIdentifier
- formatter
- NSFormatter
Returns
- Attributes
Applies to
Create(NSTouchBarItemIdentifier, Action<CGRect,Double>)
[Foundation.Export("stepperTouchBarItemWithIdentifier:drawingHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static AppKit.NSStepperTouchBarItem Create(AppKit.NSTouchBarItemIdentifier identifier, Action<CoreGraphics.CGRect,double> drawingHandler);
[<Foundation.Export("stepperTouchBarItemWithIdentifier:drawingHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : AppKit.NSTouchBarItemIdentifier * Action<CoreGraphics.CGRect, double> -> AppKit.NSStepperTouchBarItem
Parameters
- identifier
- NSTouchBarItemIdentifier
Returns
- Attributes