KeyboardNavigation.GetAcceptsReturn(DependencyObject) メソッド

定義

指定した要素の AcceptsReturn 添付プロパティの値を取得します。

public:
 static bool GetAcceptsReturn(System::Windows::DependencyObject ^ element);
[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))]
public static bool GetAcceptsReturn (System.Windows.DependencyObject element);
[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))>]
static member GetAcceptsReturn : System.Windows.DependencyObject -> bool
Public Shared Function GetAcceptsReturn (element As DependencyObject) As Boolean

パラメーター

element
DependencyObject

添付プロパティの読み込み元の要素。

戻り値

AcceptsReturn プロパティの値。

属性

例外

elementnullです。

適用対象

こちらもご覧ください