VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / VintasoftControlKeyEventArgs Class
Constructors Properties Fields SeeAlso
In This Topic
VintasoftControlKeyEventArgs Class Members
In This Topic
The following tables list the members exposed by VintasoftControlKeyEventArgs.
Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the VintasoftControlKeyEventArgs class.
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Provides a value to use with events that do not have event data. (Inherited from System.EventArgs)
Public Properties
 NameDescription
Public PropertyGets a value indicating whether the ALT key was pressed.
Public PropertyGets a value indicating whether the CTRL key was pressed.
Public PropertyGets or sets a value indicating whether the event was handled. (Inherited from VintasoftControlEventArgs)
Public PropertyGets the key character.
Public PropertyGets the key code.
Public PropertyGets the key data.
Public PropertyGets a value indicating whether the SHIFT key was pressed.
See Also