DiagramKeyPressEventArgs.KeyChar Property
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.
Gets the character corresponding to the key pressed.
public:
property char KeyChar { char get(); };
public char KeyChar { get; }
member this.KeyChar : char
Public ReadOnly Property KeyChar As Char
Property Value
The ASCII character that is composed. For example, if the user presses the SHIFT + K, this property returns an uppercase K.