ReportItem.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:
virtual void OnKeyPress(char keyChar);
public virtual void OnKeyPress (char keyChar);
abstract member OnKeyPress : char -> unit
override this.OnKeyPress : char -> unit
Public Overridable Sub OnKeyPress (keyChar As Char)
Parameters
- keyChar
- Char
Implements
Applies to
OnKeyPress(Keys)
public:
virtual bool OnKeyPress(System::Windows::Forms::Keys keys);
public virtual bool OnKeyPress (System.Windows.Forms.Keys keys);
abstract member OnKeyPress : System.Windows.Forms.Keys -> bool
override this.OnKeyPress : System.Windows.Forms.Keys -> bool
Public Overridable Function OnKeyPress (keys As Keys) As Boolean
Parameters
- keys
- Keys