Gets or sets whether mouse entry and exit actions have impact on how control look.

Namespace:  CoreDevices.DeviceControls
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool MouseEffects { get; set; }
Visual Basic (Declaration)
Public Property MouseEffects As Boolean
Visual C++
public:
property bool MouseEffects {
	bool get ();
	void set (bool value);
}

Field Value

true if mouse entry and exit actions have impact on how control look; otherwise, false.

See Also