Gets or sets the image list index value of the item's image in the hover state

Namespace:  VIBlend.SuperControls
Assembly:  VIBlendSuperControls (in VIBlendSuperControls.dll) Version: 2.1.0.0 (2.1.0.0)

Syntax

C#
public int ImageIndexHover { get; set; }
Visual Basic (Declaration)
Public Property ImageIndexHover As Integer
Visual C++
public:
property int ImageIndexHover {
	int get ();
	void set (int value);
}

See Also