Accelerator Class
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.
Represents a shortcut key for a MenuItem.
[Xamarin.Forms.TypeConverter(typeof(Xamarin.Forms.AcceleratorTypeConverter))]
public class Accelerator
type Accelerator = class
- Inheritance
-
System.ObjectAccelerator
- Attributes
Properties
Keys |
For internal use only. |
Modifiers |
For internal use only. |
Methods
Equals(Object) |
Compares |
FromString(String) |
Returns a new Accelerator for the text. |
GetHashCode() |
Returns the hashcode for the lower case string that represents the shortcut key. |
ToString() |
Returns a text representation of the accelerator. |
Operators
Implicit(String to Accelerator) |
Uses FromString(String) to convert |