C-DEngine 5.105

TheNMIBaseControl..::..ToolTip Property

A short text that is shown when a user hovers over an item

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

Syntax


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