FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / KeyPressEditEventArgs Class
Properties


In This Topic
    KeyPressEditEventArgs Class Members
    In This Topic

    The following tables list the members exposed by KeyPressEditEventArgs.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the KeyPressEditEventArgs class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the column index of the cell being edited when the key was pressed.  
    Public PropertyGets or sets a value indicating whether the event was handled and should be ignored by the control.  
    Public PropertyGets the character corresponding to the key pressed.  
    Public PropertyGets the row index of the cell being edited when the key was pressed.  
    Top
    See Also