TextElement.IsAccessKeyScope Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob ein Element seinen eigenen Zugriffsschlüsselbereich definiert, oder legt diesen fest.

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

void IsAccessKeyScope(bool value);
public bool IsAccessKeyScope { get; set; }
var boolean = textElement.isAccessKeyScope;
textElement.isAccessKeyScope = boolean;
Public Property IsAccessKeyScope As Boolean

Eigenschaftswert

Boolean

bool

true , wenn ein Element seinen eigenen Bereich definiert; Andernfalls false.

Gilt für:

Weitere Informationen