Freigeben über


CoreTextEditContext.IsReadOnly Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob das Bearbeitungssteuerelement bearbeitbar ist, oder legt diesen fest.

public:
 property bool IsReadOnly { bool get(); void set(bool value); };
bool IsReadOnly();

void IsReadOnly(bool value);
public bool IsReadOnly { get; set; }
var boolean = coreTextEditContext.isReadOnly;
coreTextEditContext.isReadOnly = boolean;
Public Property IsReadOnly As Boolean

Eigenschaftswert

Boolean

bool

true , wenn das Texteingabesteuerelement schreibgeschützt ist; andernfalls false. Der Standardwert ist FALSE.

Gilt für: