Automatically selects an item when the user right clicks on the grid

Namespace: Ico.Gdx
Assembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool SelectOnRightClick { get; set; }
Visual Basic
Public Property SelectOnRightClick As Boolean
	Get
	Set
JScript
function get SelectOnRightClick () : boolean
function set SelectOnRightClick (value : boolean)

See Also