Desktop..::..TooltipControl Property

Gets or sets the tooltip control.

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public Tooltip TooltipControl { get; set; }
Public Property TooltipControl As Tooltip
	Get
	Set
public:
property Tooltip^ TooltipControl {
	Tooltip^ get ();
	void set (Tooltip^ value);
}

Field Value

The tooltip control.