Operator implicit operator
implicit operator KeyGesture(string)
Implicit operator convertion from the string to the KeyGesture.
public static implicit operator KeyGesture(string s)
Parameters
sstringString representation of the KeyGesture.
Implicit operator convertion from the string to the KeyGesture.
public static implicit operator KeyGesture(string s)
s stringString representation of the KeyGesture.