UIViewController.RemoveKeyCommand(UIKeyCommand) 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.
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>