ToolBar.GetIsOverflowItem(DependencyObject) Method

Definition

Reads the value of the IsOverflowItem property from the specified element.

public:
 static bool GetIsOverflowItem(System::Windows::DependencyObject ^ element);
public static bool GetIsOverflowItem (System.Windows.DependencyObject element);
static member GetIsOverflowItem : System.Windows.DependencyObject -> bool
Public Shared Function GetIsOverflowItem (element As DependencyObject) As Boolean

Parameters

element
DependencyObject

The element from which to read the property.

Returns

The value of the property.

Applies to