A reference to the last right clicked item

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

Syntax

C#
public GdxData RightClickedItem { get; private set; }
Visual Basic
Public Property RightClickedItem As GdxData
	Get
	Private Set
JScript
function get RightClickedItem () : GdxData
private function set RightClickedItem (value : GdxData)

Remarks

This property is not updated if the user right clicks outside of the grid. The property may become null if the RightClickedItem disappears from the grid because the alarm is not active anymore and acked

See Also