CommandBindingCollection.IsReadOnly Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die CommandBindingCollection schreibgeschützt ist.

public:
 property bool IsReadOnly { bool get(); };
public bool IsReadOnly { get; }
member this.IsReadOnly : bool
Public ReadOnly Property IsReadOnly As Boolean

Eigenschaftswert

true, wenn die Auflistung schreibgeschützt ist, andernfalls false. Der Standardwert ist false.

Implementiert

Hinweise

Ein CommandBindingCollection ist nie schreibgeschützt. Daher IsReadOnly wird immer zurückgegeben false.

Gilt für: