Version

SubItemTipStyle Enumeration

Enumeration which describes how tooltips are displayed for sub-items.
Syntax
'Declaration
 
Public Enum SubItemTipStyle 
   Inherits System.Enum
public enum SubItemTipStyle : System.Enum 
Members
MemberDescription
DefaultThe actual value is determined at a higher level of the property resolution hierarchy.
HideNo tooltip is displayed.
ShowAlwaysThe value of the UltraListViewItemBase.Text property of the UltraListViewSubItem is displayed in a tooltip, regardless of whether it is fully visible in the user interface.
ShowIfNeededWhen the value of the UltraListViewItemBase.Text property of the UltraListViewSubItem is not fully visible in the user interface, it is displayed in a tooltip. If the UltraListViewItem with which the UltraListViewSubItem is associated is disabled, the tooltip is not displayed.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also