Share via


UIViewController.RemoveKeyCommand(UIKeyCommand) Method

Definition

[Foundation.Export("removeKeyCommand:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void RemoveKeyCommand(UIKit.UIKeyCommand command);
[<Foundation.Export("removeKeyCommand:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RemoveKeyCommand : UIKit.UIKeyCommand -> unit
override this.RemoveKeyCommand : UIKit.UIKeyCommand -> unit

Parameters

command
UIKeyCommand
Attributes

Applies to