NSApplication_NSTouchBarCustomization.ToggleTouchBarCustomizationPalette 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("toggleTouchBarCustomizationPalette:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void ToggleTouchBarCustomizationPalette(this AppKit.NSApplication This, Foundation.NSObject? sender);
[<Foundation.Export("toggleTouchBarCustomizationPalette:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ToggleTouchBarCustomizationPalette : AppKit.NSApplication * Foundation.NSObject -> unit
Parameters
- This
- NSApplication
The instance on which this method operates.
- sender
- NSObject
- Attributes