UIViewController.RemoveKeyCommand(UIKeyCommand) Method
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.
C#
[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
- command
- UIKeyCommand
The UIKeyCommand to be removed.
- Attributes
Producto | Versiones |
---|---|
Xamarin iOS SDK | 12 |
- <xref:UIKit.UIViewController.AddKeyCommand>