OnKeystroke Method (IPropertyManagerPage2Handler4)
Obsolete. Superseded by IPropertyManagerPage2Handler5::OnKeystroke.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub OnKeystroke( _
ByVal Wparam As Integer, _
ByVal Message As Integer, _
ByVal Lparam As Integer, _
ByVal Id As Integer _
) |
Visual Basic (Usage) | |
---|
Dim instance As IPropertyManagerPage2Handler4
Dim Wparam As Integer
Dim Message As Integer
Dim Lparam As Integer
Dim Id As Integer
instance.OnKeystroke(Wparam, Message, Lparam, Id)
|
Parameters
- Wparam
-
- Message
-
- Lparam
-
- Id
-
See Also