MindFusion.Wpf Pack Programmer's Guide
NumPadKey Constructor (Int32, Object)
See Also
 





Initializes a new instance of the NumPadKey class with specified virtual key code and content.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Keyboard.Wpf

 Syntax

C#  Copy Code

public NumPadKey (
    int virtualKey,
    Object content
)

Visual Basic  Copy Code

Public New ( _
    virtualKey As Integer, _
    content As Object _
)

 Parameters

virtualKey

Virtual key code.

content

Label of the key's alternative function.

 See Also

NumPadKey Constructor Overload List
NumPadKey Class
MindFusion.UI.Wpf Namespace