ExtensionMethods.IsTrimmed Method (UIElement)

 

Microsoft internal use only.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public static bool IsTrimmed(
	this UIElement element
)

Parameters

element
Type: System.Windows.UIElement

The element.

Return Value

Type: System.Boolean

True if the control is a TextBlock whose text is trimmed (and ellipses are displayed).

Return to top
Show: