'Declaration
<System.ComponentModel.DefaultValueAttribute(False)> <System.ComponentModel.DescriptionAttribute("Determines whether the tooltip should remain visible when the mouse moves over children.")> Public Property RemainVisibleOverChildren As System.Boolean
'Usage
Dim instance As NTooltipInfo Dim value As System.Boolean instance.RemainVisibleOverChildren = value value = instance.RemainVisibleOverChildren
[System.ComponentModel.DefaultValue(false)] [System.ComponentModel.Description("Determines whether the tooltip should remain visible when the mouse moves over children.")] public System.bool RemainVisibleOverChildren {get; set;}