'Declaration
<SRCategoryAttribute("CatBehavior")> <System.ComponentModel.DefaultValueAttribute(False)> <SRDescriptionAttribute("ListViewShowItemToolTipsDescr")> Public Property ShowItemToolTips As System.Boolean
'Usage
Dim instance As NListView Dim value As System.Boolean instance.ShowItemToolTips = value value = instance.ShowItemToolTips
[SRCategory("CatBehavior")] [System.ComponentModel.DefaultValue(false)] [SRDescription("ListViewShowItemToolTipsDescr")] public System.bool ShowItemToolTips {get; set;}