public sealed class KeyGesture : IEquatable<KeyGesture>,
IFormattablePublic NotInheritable Class KeyGesture
Implements IEquatable(Of KeyGesture), IFormattable[<SealedAttribute>]
type KeyGesture =
class
interface IEquatable<KeyGesture>
interface IFormattable
end| Equals(KeyGesture) | |
| Equals(Object) | (Overrides ObjectEquals(Object)) |
| GetHashCode | (Overrides ObjectGetHashCode) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| Matches(KeyEventArgs) | |
| Parse(String) | |
| ToString | (Overrides ObjectToString) |
| ToString(String, IFormatProvider) | Returns the current KeyGesture as a string formatted according to the format string and appropriate IFormatProvider |