FarPoint.Win.Spread
DialogKeyEventArgs Class Members
See Also  Properties 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : DialogKeyEventArgs Class


The following tables list the members exposed by DialogKeyEventArgs.

Public Constructors

 NameDescription
Public ConstructorDialogKeyEventArgs Constructor Creates a new instance of the DialogKeyEvents class.  
Top

Public Properties

 NameDescription
Public PropertyAlt Gets whether the ALT key was pressed.  
Public PropertyControl Gets whether the CTRL key was pressed.  
Public PropertyHandled Gets or sets whether the event was handled.  
Public PropertyKeyCode Gets the key code for the key the user pressed.  
Public PropertyKeyData Gets the key data for the key the user pressed.  
Public PropertyModifiers Gets which combination of CTRL, SHIFT, and ALT keys is pressed.  
Public PropertyShift Gets whether the SHIFT key was pressed.  
Top

See Also