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

プロパティの値。

適用対象