Objective Grid for Microsoft® .NET® Reference Guide

CellControl.ProcessHorizontalArrows Property

Back to Class Index

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

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

Remarks

    

Set this value to true to indicate that your control handles horizontal arrow key events. Edit controls, for example, may wish to process horizontal arrow key events. If this property is false, horizontal 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