Share via


ToolBar.GetIsOverflowItem(DependencyObject) 方法

定義

從指定項目中讀取 IsOverflowItem 屬性的值。

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

參數

element
DependencyObject

要從中讀取屬性的項目。

傳回

Boolean

屬性的值。

適用於