UIViewController.RemoveKeyCommand(UIKeyCommand) Method

Definition

Removes a previously-added hardware-keyboard accelerator.

C#
[Foundation.Export("removeKeyCommand:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void RemoveKeyCommand(UIKit.UIKeyCommand command);

Parameters

command
UIKeyCommand

The UIKeyCommand to be removed.

Attributes

Applies to

Producto Versiones
Xamarin iOS SDK 12

See also

  • <xref:UIKit.UIViewController.AddKeyCommand>