IReportItem.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:
void OnKeyPress(char keyValue);
public void OnKeyPress (char keyValue);
abstract member OnKeyPress : char -> unit
Public Sub OnKeyPress (keyValue As Char)
Parameters
- keyValue
- Char