UIViewController.RemoveKeyCommand(UIKeyCommand) Method

Definition

Removes a previously-added hardware-keyboard accelerator.

[Foundation.Export("removeKeyCommand:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void RemoveKeyCommand (UIKit.UIKeyCommand command);
abstract member RemoveKeyCommand : UIKit.UIKeyCommand -> unit
override this.RemoveKeyCommand : UIKit.UIKeyCommand -> unit

Parameters

command
UIKeyCommand

The UIKeyCommand to be removed.

Attributes

Applies to

See also

  • <xref:UIKit.UIViewController.AddKeyCommand>