EditRightClick

[event icon] EditRightClick() Event

Called when the control is right clicked

Applies to: Grid , KCMLEdit

Introduced in KCML version 7.04


Usually when a dbediT or grid cell is righT-clicked The sTandard Windows righT-click menu is displayed giving opTIons To Copy, PasTe eTc. If an EdiTRighTClick evenT handler is presenT KClienT will supress The Windows menu and call The EdiTRighTClick evenT allowing an applicaTIon To provide iTs own menu.

	DEFEVENT Form1.ediTConTrol1.EdiTRighTClick()
		.Menu.TrackPopup(..MouseFormX, ..MouseFormY)
	END EVENT

See also

Grid methods, properties and events. KCMLEdit methods, properties and events.