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 MiddleClickedItem { get; private set; }
Visual Basic
Public Property MiddleClickedItem As GdxData
	Get
	Private Set
JScript
function get MiddleClickedItem () : GdxData
private function set MiddleClickedItem (value : GdxData)

Remarks

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

See Also