Share via


PasswordBox.CanPasteClipboardContent Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob Zwischenablageinhalt in das Steuerelement eingefügt werden kann.

public:
 property bool CanPasteClipboardContent { bool get(); };
bool CanPasteClipboardContent();
public bool CanPasteClipboardContent { get; }
var boolean = passwordBox.canPasteClipboardContent;
Public ReadOnly Property CanPasteClipboardContent As Boolean

Eigenschaftswert

Boolean

bool

true , wenn Zwischenablageinhalt in das Steuerelement eingefügt werden kann; andernfalls false.

Gilt für: