C-DEngine 5.105

nmiCtrlTileButton..::..HoverClassName Property

Allows to define a style classname for a hover action on a button. If not set, the default style "cdeButtonHover" will be used.

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public string HoverClassName { get; set; }
Public Property HoverClassName As String
	Get
	Set
public:
property String^ HoverClassName {
	String^ get ();
	void set (String^ value);
}