ToolBarTray.GetIsLocked(DependencyObject) 方法

定义

从指定元素中读取 IsLocked 属性的值。

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

参数

element
DependencyObject

从中读取属性的元素。

返回

Boolean

如果无法在工具栏区内移动工具栏,则为 true;否则为 false。 默认值为 false

适用于