Value to be written when the mouse is moved onto the associated object. May be a data source.

Namespace: Ico.Gwx
Assembly: GwxRuntimeCoreCommands (in GwxRuntimeCoreCommands.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public string OnMouseEnterValue { get; set; }
Visual Basic
Public Property OnMouseEnterValue As String
	Get
	Set
JScript
function get OnMouseEnterValue () : String
function set OnMouseEnterValue (value : String)

See Also