ContainerReportItem.OnKeyPress Method
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.
Overloads
OnKeyPress(Char) | |
OnKeyPress(Keys) |
OnKeyPress(Char)
public:
override void OnKeyPress(char keyValue);
public override void OnKeyPress (char keyValue);
override this.OnKeyPress : char -> unit
Public Overrides Sub OnKeyPress (keyValue As Char)
Parameters
- keyValue
- Char
Implements
Applies to
OnKeyPress(Keys)
public:
override bool OnKeyPress(System::Windows::Forms::Keys keys);
public override bool OnKeyPress (System.Windows.Forms.Keys keys);
override this.OnKeyPress : System.Windows.Forms.Keys -> bool
Public Overrides Function OnKeyPress (keys As Keys) As Boolean
Parameters
- keys
- Keys