ExtensionMethods::IsTrimmed Method (UIElement^)

 

Microsoft internal use only.

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

public:
[ExtensionAttribute]
static bool IsTrimmed(
	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: