ExtensionMethods::IsClipped Method (UIElement^)

 

Determines whether the element's text is clipped by a parent ScrollViewer (the element can still be scrolled to view the clipped text)

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

public:
[ExtensionAttribute]
static bool IsClipped(
	UIElement^ element
)

Parameters

element
Type: System.Windows::UIElement^

The element.

Return Value

Type: System::Boolean

True if the text is clipped, otherwise false.

Return to top
Show: