Gets or sets backgound color of the item under mouse cursor

Namespace:  Greatis.FormDesigner
Assembly:  Greatis.FormDesigner (in Greatis.FormDesigner.dll)

Syntax

Visual Basic (Declaration)
Public Property ItemUnderMouseColor As Color
C#
public Color ItemUnderMouseColor { get; set; }
Visual C++
public:
property Color ItemUnderMouseColor {
	Color get ();
	void set (Color value);
}
JavaScript
function get_itemUnderMouseColor();
function set_itemUnderMouseColor(value);

See Also