ToolBarTray.SetIsLocked(DependencyObject, Boolean) Yöntem

Tanım

özelliğinin IsLocked değerini belirtilen öğeye yazar.

public:
 static void SetIsLocked(System::Windows::DependencyObject ^ element, bool value);
public static void SetIsLocked (System.Windows.DependencyObject element, bool value);
static member SetIsLocked : System.Windows.DependencyObject * bool -> unit
Public Shared Sub SetIsLocked (element As DependencyObject, value As Boolean)

Parametreler

element
DependencyObject

özelliğinin yazacak öğesi.

value
Boolean

Ayarlanacak özellik değeri.

Şunlara uygulanır