A small rectangular pop-up window that can contain any .Net control to display a brief description or to perform some action with a control when the user moves the cursor over the control.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public class ToolTip : Component
Visual Basic
Public Class ToolTip
	Inherits Component
Visual C++
public ref class ToolTip : public Component
F#
type ToolTip =  
    class
        inherit Component
    end

Inheritance Hierarchy

See Also