GridControl.ProcessLeftRightKeys(Boolean, Keys, Boolean) Method

Definition

protected:
 bool ProcessLeftRightKeys(bool bLeft, System::Windows::Forms::Keys mod, bool bChangeRowIfNeeded);
protected bool ProcessLeftRightKeys (bool bLeft, System.Windows.Forms.Keys mod, bool bChangeRowIfNeeded);
member this.ProcessLeftRightKeys : bool * System.Windows.Forms.Keys * bool -> bool
Protected Function ProcessLeftRightKeys (bLeft As Boolean, mod As Keys, bChangeRowIfNeeded As Boolean) As Boolean

Parameters

bLeft
Boolean
mod
Keys
bChangeRowIfNeeded
Boolean

Returns

Applies to