ToolBarTray.GetIsLocked(DependencyObject) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從指定項目中讀取 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
要從中讀取屬性的項目。
傳回
如果無法在工具列匣內移動工具列,則為 true
;否則為 false
。 預設為 false
。