Version

IsTextFullyVisible Property (LocationToolTipDisplayingEventArgs)

Returns whether the text being displayed by the location is fully visible.
Syntax
'Declaration
 
Public ReadOnly Property IsTextFullyVisible As Boolean
public bool IsTextFullyVisible {get;}
Remarks

When the value returned from the Infragistics.Win.Misc.UltraNavigationBarLocation.DisplayTextResolved property cannot be fully displayed by the location, the IsTextFullyVisible property returns false.

When the Infragistics.Win.Misc.UltraNavigationBarLocationSettings.TextButtonDisplayStyle property resolves to 'Hidden', the tooltip is displayed for the location's dropdown button. In this scenario, the IsTextFullyVisible property always returns false.

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