'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Obtains the tooltip, which is used to display tooltips in the view")> Public ReadOnly Property ToolTip As System.Windows.Forms.ToolTip
'Usage
Dim instance As NInteractivityManager Dim value As System.Windows.Forms.ToolTip value = instance.ToolTip
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Obtains the tooltip, which is used to display tooltips in the view")] public System.Windows.Forms.ToolTip ToolTip {get;}