'Declaration Public Enum SubItemTipStyle Inherits System.Enum
public enum SubItemTipStyle : System.Enum
Member | Description |
---|---|
Default | The actual value is determined at a higher level of the property resolution hierarchy. |
Hide | No tooltip is displayed. |
ShowAlways | The 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. |
ShowIfNeeded | When 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. |
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