Objective Grid for Microsoft® .NET® Reference Guide

CellControl.ProcessVerticalArrows Property

Back to Class Index

Gets or sets a value that is true if your custom control processes vertical arrow key events.     

[Visual Basic]
Public Property ProcessVerticalArrows As Boolean
[C#]
public bool ProcessVerticalArrows {get; set;}

Remarks

    

Set this value to true to indicate that your control handles vertical arrow key events. Multi-line edit controls, for example, may wish to process vertical arrow key events. If this property is false, vertical arrow key events automatically move the current cell in the direction corresponding to the key pressed.     

    

When this property is true, a user must do one of the following to change the current cell:     

    

    

See Also

CellControl Class | CellControl Members | Stingray.Grid Namespace